numberOfDigits property

int numberOfDigits

Returns number of digits in this number

Implementation

int get numberOfDigits => toString().length;