minutes property

int minutes

The number of whole minutes spanned by the absolute component of this RelativeDuration.

Implementation

int get minutes {
  return _microseconds ~/ Duration.microsecondsPerMinute;
}