step property

String? step

Implementation

String? get step => js.step;
void step=(String? value)

Implementation

set step(String? value) => js.step = value;