length property

int get length

Returns the length of this int value

Implementation

int get length => toString().replaceAll('.', '').length;