Guaranteed constructor

Guaranteed({
  1. String? minDuration,
})

Implementation

Guaranteed({
  this.minDuration,
});