CanTransferOwnershipResultSessionTooFresh constructor

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

The session was created recently, user needs to wait

Implementation

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