copyWith method

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

Implementation

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