intValue property
int
get
intValue
Implementation
int get intValue =>
int.parse((_doubleValue * pow(10, precision)).toStringAsFixed(0));
int get intValue =>
int.parse((_doubleValue * pow(10, precision)).toStringAsFixed(0));