@override Map<String, dynamic> toJson() { return { ...super.toJson(), 'image': image, 'imageData': imageData?.toJson(), 'stampType': 'image', }; }