menu
halo_auth package
documentation
data/models/login_response.dart
LoginResponse
LoginResponse.new const constructor
LoginResponse.new const constructor
dark_mode
light_mode
LoginResponse
constructor
const
LoginResponse
(
{
LoginData
?
data
,
required
String
status
,
String
?
error
,
})
Implementation
const LoginResponse({this.data, required this.status, this.error});
halo_auth package
documentation
data/models/login_response
LoginResponse
LoginResponse.new const constructor
LoginResponse class