fractional property
double
get
fractional
Gets the fraction part
Implementation
double get fractional => this - this.truncateToDouble();
Gets the fraction part
double get fractional => this - this.truncateToDouble();