copyWith method

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

Implementation

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