SignInResult class

createdby Daewu Bintara

Tuesday, 04/01/22 18:29

Enjoy coding ☕

User data when success sign in

Constructors

SignInResult({dynamic credential, dynamic idToken, dynamic username, dynamic password, dynamic displayName, dynamic googleIdToken, dynamic id})
SignInResult.fromMap(Map<String, dynamic> json)
Parsing data from json to this Model
factory

Properties

credential → dynamic
final
displayName → dynamic
final
googleIdToken → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
id → dynamic
final
idToken → dynamic
final
password → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username → dynamic
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited