menu
flutter_gb_authentication_basic package
documentation
infrastructure/models/auth_credentials_provider_model.dart
AuthCredentialsProviderModel
AuthCredentialsProviderModel.new constructor
AuthCredentialsProviderModel.new constructor
dark_mode
light_mode
AuthCredentialsProviderModel
constructor
AuthCredentialsProviderModel
(
{
required
String
password
,
required
String
usernameOrEmail
,
})
Implementation
AuthCredentialsProviderModel({ required this.password, required this.usernameOrEmail, });
flutter_gb_authentication_basic package
documentation
infrastructure/models/auth_credentials_provider_model
AuthCredentialsProviderModel
AuthCredentialsProviderModel.new constructor
AuthCredentialsProviderModel class