minutes property

Duration get minutes

Implementation

Duration get minutes {
  return Duration(minutes: this);
}