withState method

BillingInfoBuilder withState(
  1. String? state
)

Implementation

BillingInfoBuilder withState(String? state) {
  _state = state;
  return this;
}