CanTransferOwnershipResultOk constructor

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

The session can be used

Implementation

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