expand property

ListBuilder<JsonObject?> expand

Implementation

ListBuilder<JsonObject?> get expand =>
    _$this._expand ??= new ListBuilder<JsonObject?>();
void expand=(ListBuilder<JsonObject?>? expand)

Implementation

set expand(ListBuilder<JsonObject?>? expand) => _$this._expand = expand;