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