IcoInfo constructor
IcoInfo({
- int? type,
- required int numFrames,
- List<
IcoInfoImage> ? images,
Implementation
IcoInfo({this.type, required this.numFrames, this.images});