I can get value of translations with methods like that :
AppLocalizations.of(context).closed
if I have "closed" as String variable like that :
String c = "closed";
how can I get the value with c Variable :
AppLocalizations.of(context).c ( This Makes Error "The getter 'c' isn't defined for the type 'AppLocalizations'")