Delay constructor

Delay({
  1. int? by,
  2. String? unit,
})

Implementation

Delay({
  this.by,
  this.unit,
});