types property

ListBuilder<String> types

Implementation

ListBuilder<String> get types => _$this._types ??= new ListBuilder<String>();
void types=(ListBuilder<String> types)

Implementation

set types(ListBuilder<String> types) => _$this._types = types;