copyWith method

GetStorageStatistics copyWith({
  1. int? chatLimit,
})

Implementation

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