en constant
Implementation
static const Map<String,dynamic> en = {
"calculator": {
"label": {
"breakdown": "Breakdown",
"calculator": "Calculator",
"calculators": "Calculators",
"more": {
"results": "More Results"
},
"results": "Results"
},
"title": {
"instructions": "Instructions for using this Calculator",
"results": "Information regarding the results"
}
}
};