TranslationProps constructor

TranslationProps({
  1. required String property,
  2. required String locale,
  3. required String value,
})

Implementation

TranslationProps(
    {required this.property, required this.locale, required this.value});