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