Converts to JSON.
@override Map<String, dynamic> toJson() => { 'type': 'image_file', 'image_file': imageFile.toJson(), };