CanTransferOwnershipResultPasswordNeeded constructor

const CanTransferOwnershipResultPasswordNeeded({
  1. dynamic extra,
  2. int? clientId,
})

The 2-step verification needs to be enabled first

Implementation

const CanTransferOwnershipResultPasswordNeeded({
  this.extra,
  this.clientId,
});