menu
my_shared_package package
documentation
models/json_responses/GetTokenResponse.dart
GetTokenResponse
GetTokenResponse.new constructor
GetTokenResponse.new constructor
dark_mode
light_mode
GetTokenResponse
constructor
GetTokenResponse
(
{
required
String
status
,
String
?
token
,
User
?
user
,
String
?
message
,
})
Implementation
GetTokenResponse({required this.status, this.token, this.user, this.message});
my_shared_package package
documentation
models/json_responses/GetTokenResponse
GetTokenResponse
GetTokenResponse.new constructor
GetTokenResponse class