fromInt method

String fromInt(
  1. int number
)

Implementation

String fromInt(int number) {
  return convertNumberToText(number);
}