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