LoginDetails class
The details of the login action.
Constructors
- LoginDetails({String? ipAddress, String? loginTime})
- LoginDetails.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipAddress ↔ String?
-
The human-readable IP address (for example,
11.22.33.44
) that is associated with the warning event.getter/setter pair - loginTime ↔ String?
-
The successful login time that is associated with the warning event.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited