duration property

double? duration

Implementation

double? get duration {
  return _duration;
}
void duration=(double? value)

Implementation

set duration(double? value) {
  _duration = value;
}