copyWith method

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

Implementation

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