menu
t_client
t_client.dart
TClientResponse
TClientResponse.new constructor
TClientResponse.new
dark_mode
light_mode
TClientResponse
constructor
TClientResponse
(
{
required
int
statusCode
,
required
Map
<
String
,
String
>
headers
,
required
dynamic
data
,
})
Implementation
TClientResponse({ required this.statusCode, required this.headers, required this.data, });
t_client
t_client
TClientResponse
TClientResponse.new constructor
TClientResponse class