image package
documentation
image
TgaInfo
numFrames property
numFrames
image package
documentation
image
TgaInfo
numFrames property
TgaInfo class
Constructors
TgaInfo
Properties
backgroundColor
bpp
hashCode
height
imageOffset
numFrames
runtimeType
width
Methods
noSuchMethod
toString
Operators
operator ==
numFrames
property
Null safety
int
numFrames
override
The number of frames that can be decoded.
Implementation
@override int get numFrames => 1;