irte_engine
auth_credentials.model
AuthCredentials
AuthCredentials constructor
AuthCredentials
AuthCredentials
constructor
Null safety
AuthCredentials
(
{
String
email
=
''
,
String
password
=
''
}
)
Implementation
AuthCredentials({this.email = '', this.password = ''});
irte_engine
auth_credentials.model
AuthCredentials
AuthCredentials constructor
AuthCredentials class
Constructors
AuthCredentials
Properties
email
hashCode
password
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==