menu
flutter_gb_authentication_basic package
documentation
infrastructure/models/authentication_data_model.dart
AuthenticationDataModel
AuthenticationDataModel.new constructor
AuthenticationDataModel.new constructor
dark_mode
light_mode
AuthenticationDataModel
constructor
AuthenticationDataModel
(
{
required
String
id
,
required
String
token
,
User?
user
,
String
?
refreshToken
,
})
Implementation
AuthenticationDataModel({ required this.id, required this.token, this.user, this.refreshToken, });
flutter_gb_authentication_basic package
documentation
infrastructure/models/authentication_data_model
AuthenticationDataModel
AuthenticationDataModel.new constructor
AuthenticationDataModel class