Login class
A representation of a user login attempt.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- resultCode → int
-
A result code indicating the outcome of the login attempt.
0 indicates success, and a positive integer represents an error code.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scramble → bool
-
A flag indicating whether the user ID should be hashed.
Set to true if hashing is necessary to comply with data privacy regulations.
final
- userId → String
-
A unique identifier for the user, which can be a user ID or an email address.
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