Flutter
dart:ui
Codec
frameCount property
frameCount
frameCount
property
Null safety
int
frameCount
Number of frames in this image.
Implementation
int get frameCount => _cachedFrameCount ??= _frameCount;
Flutter
dart:ui
Codec
frameCount property
Codec class
Properties
frameCount
hashCode
repetitionCount
runtimeType
Methods
dispose
getNextFrame
noSuchMethod
toString
Operators
operator ==