menu
brick_base package
documentation
core/services/api_response.dart
ApiResponse<T>
ApiResponse.new constructor
ApiResponse.new constructor
dark_mode
light_mode
ApiResponse<
T
>
constructor
ApiResponse<
T
>
(
{
required
bool
success
,
T?
data
,
String
?
message
,
String
?
code
,
})
Implementation
ApiResponse({ required this.success, this.data, this.message, this.code, });
brick_base package
documentation
core/services/api_response
ApiResponse<T>
ApiResponse.new constructor
ApiResponse class