CanTransferOwnershipResultPasswordNeeded constructor
      const
      CanTransferOwnershipResultPasswordNeeded({ 
    
- dynamic extra,
- int? clientId,
The 2-step verification needs to be enabled first
Implementation
const CanTransferOwnershipResultPasswordNeeded({
  this.extra,
  this.clientId,
});