menu
flutter_loui package
documentation
models/auth_response.dart
AuthResponse
AuthResponse.new constructor
AuthResponse.new constructor
dark_mode
light_mode
AuthResponse
constructor
AuthResponse
(
{
String
?
accessToken
,
int
?
expiresIn
,
String
?
tokenType
,
})
Implementation
AuthResponse({ this.accessToken, this.expiresIn, this.tokenType, });
flutter_loui package
documentation
models/auth_response
AuthResponse
AuthResponse.new constructor
AuthResponse class