truncate property
num
get
truncate
Returns the integer part of the number.
Implementation
num get truncate => truncateToDouble();
Returns the integer part of the number.
num get truncate => truncateToDouble();