hasAnimation property
bool
get
hasAnimation
An image is considered animated if it has more than one frame, as the first image in the frames list is the image itself.
Implementation
bool get hasAnimation => frames.length > 1;