copyWithWrapped method
Implementation
OnlineCount$Response copyWithWrapped({Wrapped<int?>? onlineCount}) {
return OnlineCount$Response(
onlineCount:
(onlineCount != null ? onlineCount.value : this.onlineCount));
}
OnlineCount$Response copyWithWrapped({Wrapped<int?>? onlineCount}) {
return OnlineCount$Response(
onlineCount:
(onlineCount != null ? onlineCount.value : this.onlineCount));
}