AccountChangeAuthorizationSettings constructor
const
AccountChangeAuthorizationSettings({})
Account Change Authorization Settings constructor.
Implementation
const AccountChangeAuthorizationSettings({
required this.confirmed,
required this.hash,
this.encryptedRequestsDisabled,
this.callRequestsDisabled,
}) : super._();