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