VMessageLocalization constructor

const VMessageLocalization({
  1. required String typing,
  2. required String recording,
  3. required String delete,
  4. required String download,
  5. required String copy,
  6. required String info,
  7. required String share,
  8. required String forward,
  9. required String reply,
  10. required String deleteFromAll,
  11. required String deleteFromMe,
  12. required String downloading,
  13. required String fileHasBeenSavedTo,
  14. required String search,
  15. required String unBlock,
  16. required String block,
  17. required String online,
  18. required String members,
  19. required String youDontHaveAccess,
  20. required String replyToYourSelf,
  21. required String repliedToYourSelf,
  22. required String messageHasBeenDeleted,
  23. required String audioCall,
  24. required String ring,
  25. required String canceled,
  26. required String timeout,
  27. required String rejected,
  28. required String finished,
  29. required String inCall,
  30. required String sessionEnd,
  31. required String yesterday,
  32. required String today,
  33. required String cancel,
  34. required VInputLanguage vInputLanguage,
  35. required String makeCall,
  36. required String areYouWantToMakeVideoCall,
  37. required String areYouWantToMakeVoiceCall,
  38. required String ok,
  39. required String connecting,
  40. required VMessagesInfoTrans vMessagesInfoTrans,
})

Implementation

const VMessageLocalization({
  required this.typing,
  required this.recording,
  required this.delete,
  required this.download,
  required this.copy,
  required this.info,
  required this.share,
  required this.forward,
  required this.reply,
  required this.deleteFromAll,
  required this.deleteFromMe,
  required this.downloading,
  required this.fileHasBeenSavedTo,
  required this.search,
  required this.unBlock,
  required this.block,
  required this.online,
  required this.members,
  required this.youDontHaveAccess,
  required this.replyToYourSelf,
  required this.repliedToYourSelf,
  required this.messageHasBeenDeleted,
  required this.audioCall,
  required this.ring,
  required this.canceled,
  required this.timeout,
  required this.rejected,
  required this.finished,
  required this.inCall,
  required this.sessionEnd,
  required this.yesterday,
  required this.today,
  required this.cancel,
  required this.vInputLanguage,
  required this.makeCall,
  required this.areYouWantToMakeVideoCall,
  required this.areYouWantToMakeVoiceCall,
  required this.ok,
  required this.connecting,
  required this.vMessagesInfoTrans,
});