copyWith method

CanTransferOwnershipResultSessionTooFresh copyWith({
  1. int? retryAfter,
})

Implementation

CanTransferOwnershipResultSessionTooFresh copyWith({int? retryAfter}) =>
    CanTransferOwnershipResultSessionTooFresh(
      retryAfter: retryAfter ?? this.retryAfter,
    );