dart / 2 / dart-developer / flow / step.html

step method

Flow step(
  1. int id
)

A "step" Flow event.

When passed to a Timeline method, generates a "step" Flow event. The id argument is required. It can come either from another Flow event, or some id that comes from the environment.

Implementation

static Flow step(int id) => new Flow._(_step, id);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-developer/Flow/step.html