menu
carousel_image_editor package
documentation
data/image_item.dart
ImageItem
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
toJson
(
)
Implementation
Map toJson() { return { 'height': height, 'width': width, 'bytes': bytes, }; }
carousel_image_editor package
documentation
data/image_item
ImageItem
toJson method
ImageItem class