hoursPart property
int
get
hoursPart
Returns the absolute hours component of the duration.
Implementation
int get hoursPart => inHours.abs();
Returns the absolute hours component of the duration.
int get hoursPart => inHours.abs();