inputName property

String inputName

It's a getter that returns the localized list for the key "inputName"

Implementation

String get inputName => _localizedValues[_locale.languageCode]!["inputName"]!;