CanTransferOwnershipResultPasswordTooFresh constructor

const CanTransferOwnershipResultPasswordTooFresh({
  1. required int retryAfter,
  2. dynamic extra,
  3. int? clientId,
})

The 2-step verification was enabled recently, user needs to wait

Implementation

const CanTransferOwnershipResultPasswordTooFresh({
  required this.retryAfter,
  this.extra,
  this.clientId,
});