step 静态方法

Flow step(
  1. int id
)

一个 "step" 流事件。

当传递给 Timeline 方法时,生成一个 "step" 流事件。必须提供 id 参数。它可以来自另一个 Flow 事件,或者来自环境的某个 id。

实现

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