steps property

JsonObject? steps

Implementation

JsonObject? get steps => _$this._steps;
void steps=(JsonObject? steps)

Implementation

set steps(JsonObject? steps) => _$this._steps = steps;