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