SchedulingDuration constructor

SchedulingDuration({
  1. int? nanos,
  2. String? seconds,
})

Implementation

SchedulingDuration({this.nanos, this.seconds});