LoginBindings class
- Available extensions
- Annotations
Constructors
- LoginBindings()
-
LoginBindings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bindingTime ↔ int?
-
getter/setter pair
- expired ↔ bool?
-
getter/setter pair
- expiresIn ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
- refreshTime ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenJsonStr ↔ String?
-
getter/setter pair
- type ↔ int?
-
getter/setter pair
- url ↔ String?
-
getter/setter pair
- userId ↔ int?
-
getter/setter pair
Methods
-
copyWith(
{int? bindingTime, int? refreshTime, String? tokenJsonStr, int? expiresIn, String? url, bool? expired, int? userId, int? id, int? type}) → LoginBindings -
Available on LoginBindings, provided by the LoginBindingsExtension 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