numFrames property
int
get
numFrames
How many frames are in the animation?
Implementation
int get numFrames => frames.length;
How many frames are in the animation?
int get numFrames => frames.length;