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