max property

double get max

Implementation

double get max {
  return duration.inSeconds.toDouble() + 2;
}