canTransferOwnershipResultSessionTooFresh property

CanTransferOwnershipResultSessionTooFresh? canTransferOwnershipResultSessionTooFresh

The session was created recently, user needs to wait

Implementation

CanTransferOwnershipResultSessionTooFresh?
    get canTransferOwnershipResultSessionTooFresh {
  if (this is CanTransferOwnershipResultSessionTooFresh) {
    return this as CanTransferOwnershipResultSessionTooFresh;
  }
  return null;
}