minutes property

int minutes

Duration in minutes

Implementation

int get minutes {
  return inMinutes.remainder(60).toInt();
}