enableCustomBrand property

bool? enableCustomBrand

Implementation

bool? get enableCustomBrand => _$this._enableCustomBrand;
void enableCustomBrand=(bool? enableCustomBrand)

Implementation

set enableCustomBrand(bool? enableCustomBrand) =>
    _$this._enableCustomBrand = enableCustomBrand;