menu
rest_api_impl package
documentation
domain/entity/boolean_response_entity.dart
BooleanResponseEntity
BooleanResponseEntity.new constructor
BooleanResponseEntity.new constructor
dark_mode
light_mode
BooleanResponseEntity
constructor
BooleanResponseEntity
(
{
bool
?
status
,
String
?
message
,
int
?
statusCode
,
bool
?
data
,
})
Implementation
BooleanResponseEntity({ this.status, this.message, this.statusCode, this.data, });
rest_api_impl package
documentation
domain/entity/boolean_response_entity
BooleanResponseEntity
BooleanResponseEntity.new constructor
BooleanResponseEntity class