menu
rcs_portal_eaze package
documentation
model/response/api_response.dart
ApiResponse<T>
ApiResponse.new constructor
ApiResponse.new constructor
dark_mode
light_mode
ApiResponse<
T
>
constructor
ApiResponse<
T
>
(
{
String
?
timestamp
,
int
?
code
,
String
?
status
,
String
?
message
,
T?
data
,
})
Implementation
ApiResponse({ this.timestamp, this.code, this.status, this.message, this.data, });
rcs_portal_eaze package
documentation
model/response/api_response
ApiResponse<T>
ApiResponse.new constructor
ApiResponse class