sweep property

Implementation

SweepConfigurationV2Builder get sweep =>
    _$this._sweep ??= SweepConfigurationV2Builder();
set sweep (SweepConfigurationV2Builder? sweep)

Implementation

set sweep(SweepConfigurationV2Builder? sweep) => _$this._sweep = sweep;