step function

Attribute<StepAttr> step(
  1. String value
)

Implementation

Attribute<StepAttr> step(String value) {
  return Attribute('step', value);
}