WaitTime constructor

WaitTime({
  1. String? waitFor,
  2. String? waitUntil,
})

Implementation

WaitTime({
  this.waitFor,
  this.waitUntil,
});