withBillingEmails method

OwnerBuilder withBillingEmails(
  1. List<String> billingEmails
)

Implementation

OwnerBuilder withBillingEmails(List<String> billingEmails) {
  _billingEmails = billingEmails;
  return this;
}