ChatViewLocale constructor
const
ChatViewLocale({
- required String today,
- required String yesterday,
- required String repliedToYou,
- required String repliedBy,
- required String more,
- required String unsend,
- required String reply,
- required String replyTo,
- required String message,
- required String reactionPopupTitle,
- required String photo,
- required String send,
- required String you,
- required String report,
- required String noMessage,
- required String somethingWentWrong,
- required String reload,
Implementation
const ChatViewLocale({
required this.today,
required this.yesterday,
required this.repliedToYou,
required this.repliedBy,
required this.more,
required this.unsend,
required this.reply,
required this.replyTo,
required this.message,
required this.reactionPopupTitle,
required this.photo,
required this.send,
required this.you,
required this.report,
required this.noMessage,
required this.somethingWentWrong,
required this.reload,
});