minutes property

Duration minutes

Implementation

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