withAddressLine1 method

BillingInfoBuilder withAddressLine1(
  1. String addressLine1
)

Implementation

BillingInfoBuilder withAddressLine1(String addressLine1) {
  _addressLine1 = addressLine1;
  return this;
}