AuthorizationStateClosed class
- Inheritance
-
- Object
- TdObject
- AuthorizationState
- AuthorizationStateClosed
Constructors
- AuthorizationStateClosed({dynamic extra, int? clientId})
-
TDLib client is in its final state. All databases are closed and all resources are released. No other updates will be received after this. All queries will be responded to. with error code 500. To continue working, one must create a new instance of the TDLib client
const
-
AuthorizationStateClosed.fromJson(Map<
String, dynamic> json) -
Parse from a json
factory
Properties
Methods
-
copyWith(
{dynamic extra, int? clientId}) → AuthorizationStateClosed -
override
-
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String