IcoInfo constructor

IcoInfo({
  1. required IcoType type,
  2. required int numFrames,
  3. required List<IcoInfoImage> images,
})

Implementation

IcoInfo({required this.type, required this.numFrames, required this.images});