numFrames property Null safety

int numFrames

The number of frames in this pattern.

Implementation

int get numFrames => frames.length;