menu
image_uploader package
documentation
domain/entities/file_response_entity.dart
FileResponseEntity
FileResponseEntity.new const constructor
FileResponseEntity.new const constructor
dark_mode
light_mode
FileResponseEntity
constructor
const
FileResponseEntity
(
{
String
?
fileName
,
String
?
imgUrl
,
})
Implementation
const FileResponseEntity({this.fileName, this.imgUrl});
image_uploader package
documentation
domain/entities/file_response_entity
FileResponseEntity
FileResponseEntity.new const constructor
FileResponseEntity class