TemporaryPasswordState class
Returns information about the availability of a temporary password, which can be used for payments.
- Inheritance
- Available Extensions
Constructors
- TemporaryPasswordState({required bool has_password, required int valid_for, int? extra, int? clientId})
- Returns information about the availability of a temporary password, which can be used for payments
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- has_password ↔ bool
-
True, if a temporary password is available.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- valid_for ↔ int
-
Time left before the temporary password expires, in seconds.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → TemporaryPasswordState? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"temporaryPasswordState"