DecodeData constructor
DecodeData({
- required Uint8List data,
- required Uint32List durations,
- required int width,
- required int height,
Implementation
DecodeData({
required this.data,
required this.durations,
required this.width,
required this.height,
});