getval method

String? getval(
  1. String val
)

Implementation

String? getval(String val){
  return _localizedValues[locale.languageCode]![val];
}