allowedPaymentBrand property

ListBuilder<String> get allowedPaymentBrand

Implementation

ListBuilder<String> get allowedPaymentBrand =>
    _$this._allowedPaymentBrand ??= ListBuilder<String>();
set allowedPaymentBrand (ListBuilder<String>? allowedPaymentBrand)

Implementation

set allowedPaymentBrand(ListBuilder<String>? allowedPaymentBrand) =>
    _$this._allowedPaymentBrand = allowedPaymentBrand;