copyWith method
Implementation
RateSpeechRecognition copyWith({int? chatId, int? messageId, bool? isGood}) =>
RateSpeechRecognition(
chatId: chatId ?? this.chatId,
messageId: messageId ?? this.messageId,
isGood: isGood ?? this.isGood,
);