menu
image_uploader package
documentation
domain/entities/file_response_entity.dart
FileResponseEntity
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => {'fileName': fileName, 'imgUrl': imgUrl};
image_uploader package
documentation
domain/entities/file_response_entity
FileResponseEntity
toJson method
FileResponseEntity class