@override Map<String, dynamic> toJson() { return { 'type': type, 'payload': {'url': url, 'code': code}, 'width': width, 'height': height, }; }