start method

void start([
  1. double? when = 0,
  2. double? offset,
  3. double? duration
])

Implementation

void start([double? when = 0, double? offset, double? duration]) =>
    js_util.callMethod(this, 'start', [when, offset, duration]);