startAt method

dynamic startAt(
  1. dynamic time
)

Implementation

startAt(time) {
  _startTime = time;

  return this;
}