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