themes property

ListBuilder<GenericInfo> themes

Implementation

ListBuilder<GenericInfo> get themes =>
    _$this._themes ??= new ListBuilder<GenericInfo>();
void themes=(ListBuilder<GenericInfo>? themes)

Implementation

set themes(ListBuilder<GenericInfo>? themes) => _$this._themes = themes;