menu
shared_component package
documentation
data/login_response.dart
LoginResponse
LoginResponse.new constructor
LoginResponse.new constructor
dark_mode
light_mode
LoginResponse
constructor
LoginResponse
(
{
String
?
token
,
Tag
?
tag
,
int
?
messageType
,
String
?
text
,
int
?
result
,
})
Implementation
LoginResponse( {this.token, this.tag, this.messageType, this.text, this.result});
shared_component package
documentation
data/login_response
LoginResponse
LoginResponse.new constructor
LoginResponse class