step property

String step

Implementation

String get step => getAttribute('step') ?? '';
void step=(String value)

Implementation

set step(String value) {
  internalSetAttribute('step', value);
}