stringFromInt function

String stringFromInt(
  1. int number
)

Implementation

String stringFromInt(int number) => number.toString();