menu
rest_api_impl package
documentation
domain/entity/map_response_entity.dart
MapResponseEntity
MapResponseEntity.new constructor
MapResponseEntity.new constructor
dark_mode
light_mode
MapResponseEntity
constructor
MapResponseEntity
(
{
bool
?
status
,
String
?
message
,
int
?
statusCode
,
Map
<
String
,
dynamic
>
?
data
,
})
Implementation
MapResponseEntity({this.status, this.message, this.statusCode, this.data});
rest_api_impl package
documentation
domain/entity/map_response_entity
MapResponseEntity
MapResponseEntity.new constructor
MapResponseEntity class