copyWith method
Implementation
ChatCredentialsRow copyWith({String? chatId, String? credentials}) =>
ChatCredentialsRow(
chatId: chatId ?? this.chatId,
credentials: credentials ?? this.credentials,
);
ChatCredentialsRow copyWith({String? chatId, String? credentials}) =>
ChatCredentialsRow(
chatId: chatId ?? this.chatId,
credentials: credentials ?? this.credentials,
);