LoginEntity class
- Available extensions
- Annotations
Constructors
- LoginEntity()
-
LoginEntity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- account ↔ LoginAccount?
-
getter/setter pair
-
bindings
↔ List<
LoginBindings> ? -
getter/setter pair
- clientId ↔ String?
-
getter/setter pair
- code ↔ int?
-
getter/setter pair
- effectTime ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- loginType ↔ int?
-
getter/setter pair
- profile ↔ LoginProfile?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String?
-
getter/setter pair
Methods
-
copyWith(
{int? loginType, String? clientId, int? effectTime, int? code, LoginAccount? account, String? token, LoginProfile? profile, List< LoginBindings> ? bindings}) → LoginEntity -
Available on LoginEntity, provided by the LoginEntityExtension extension
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited