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