@override Map<String, dynamic> toJson() => <String, dynamic>{ 'width': width, 'height': height, 'data': data, '@type': constructor, };