category property

Implementation

SweepConfigurationV2CategoryEnum? get category => _$this._category;
set category (SweepConfigurationV2CategoryEnum? category)

Implementation

set category(SweepConfigurationV2CategoryEnum? category) =>
    _$this._category = category;