withIsDefault method

PaymentMethodBuilder withIsDefault(
  1. bool isDefault
)

Implementation

PaymentMethodBuilder withIsDefault(bool isDefault) {
  _isDefault = isDefault;
  return this;
}