copyWith method

StarTransactionTypeTelegramApiUsage copyWith({
  1. int? requestCount,
})

Implementation

StarTransactionTypeTelegramApiUsage copyWith({int? requestCount}) =>
    StarTransactionTypeTelegramApiUsage(
      requestCount: requestCount ?? this.requestCount,
    );