AccountChangeAuthorizationSettings class
Account Change Authorization Settings.
Return Type: bool.
ID: 40f48462.
Constructors
- AccountChangeAuthorizationSettings({required bool confirmed, required int hash, bool? encryptedRequestsDisabled, bool? callRequestsDisabled})
-
Account Change Authorization Settings constructor.
const
- AccountChangeAuthorizationSettings.deserialize(BinaryReader reader)
-
Deserialize.
factory
Properties
- callRequestsDisabled → bool?
-
call_requests_disabled: bit 1 of flags.1?Bool
final
- confirmed → bool
-
confirmed: bit 3 of flags.3?true
final
- encryptedRequestsDisabled → bool?
-
encrypted_requests_disabled: bit 0 of flags.0?Bool
final
- flags → int
-
Flags.
no setter
- hash → int
-
Hash.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
serialize(
List< int> buffer) → void -
Serialize.
override
-
toJson(
) → Map< String, dynamic> -
Converts an object to JSON.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited