copyWith method
Implementation
GetStorageStatistics copyWith({int? chatLimit}) =>
GetStorageStatistics(chatLimit: chatLimit ?? this.chatLimit);
GetStorageStatistics copyWith({int? chatLimit}) =>
GetStorageStatistics(chatLimit: chatLimit ?? this.chatLimit);