menu
image_editor_with_effects 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}; }
image_editor_with_effects package
documentation
data/image_item
ImageItem
toJson method
ImageItem class