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