thousand method
Implementation
String thousand(number) {
return thousandsTrillions(
thousands["1"],
thousands["2"],
thousands["39"],
thousands["1199"],
0,
int.parse('$number'),
(getNthReverse('$number', 4)));
}