toMinutes method

Duration toMinutes()

Implementation

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