toMinutes property

Duration get toMinutes

Implementation

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