menu
api_kit
api_kit.dart
ApiResponse
<
T
>
ApiResponse.new const constructor
ApiResponse.new
dark_mode
light_mode
ApiResponse<
T
>
constructor
const
ApiResponse<
T
>
(
{
required
bool
success
,
T?
data
,
String
?
error
,
String
?
message
,
int
?
statusCode
,
})
Implementation
const ApiResponse({ required this.success, this.data, this.error, this.message, this.statusCode, });
api_kit
api_kit
ApiResponse
<
T
>
ApiResponse.new const constructor
ApiResponse class