data property

ListBuilder<IdName> get data

Implementation

ListBuilder<IdName> get data => _$this._data ??= ListBuilder<IdName>();
set data (ListBuilder<IdName>? data)

Implementation

set data(ListBuilder<IdName>? data) => _$this._data = data;