inputName property
It's a getter that returns the localized list for the key "inputName"
Implementation
String get inputName => _localizedValues[_locale.languageCode]!["inputName"]!;
It's a getter that returns the localized list for the key "inputName"
String get inputName => _localizedValues[_locale.languageCode]!["inputName"]!;