webDataExemption property

WebDataExemptionBuilder get webDataExemption

Implementation

WebDataExemptionBuilder get webDataExemption =>
    _$this._webDataExemption ??= WebDataExemptionBuilder();
set webDataExemption (WebDataExemptionBuilder? webDataExemption)

Implementation

set webDataExemption(WebDataExemptionBuilder? webDataExemption) =>
    _$this._webDataExemption = webDataExemption;