IcoInfo constructor

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

Implementation

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