menu
eliud_pkg_fundamentals_model package
documentation
model/simple_image_entity.dart
SimpleImageEntity
SimpleImageEntity constructor
SimpleImageEntity constructor
dark_mode
light_mode
SimpleImageEntity
constructor
SimpleImageEntity
(
{
required
String
?
appId
,
String
?
description
,
String
?
imageId
,
StorageConditionsEntity?
conditions
,
})
Implementation
SimpleImageEntity({ required this.appId, this.description, this.imageId, this.conditions, });
eliud_pkg_fundamentals_model package
documentation
model/simple_image_entity
SimpleImageEntity
SimpleImageEntity constructor
SimpleImageEntity class