types property

ListBuilder<String> get types

Implementation

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

Implementation

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