length property
int
get
length
Returns the length of this int value
Implementation
int get length => toString().replaceAll('.', '').length;
Returns the length of this int value
int get length => toString().replaceAll('.', '').length;