TimeSubtract constructor

TimeSubtract(
  1. Object base,
  2. Object offset,
  3. Object unit
)

Implementation

TimeSubtract(this.base, this.offset, this.unit);