BillingConfig constructor

BillingConfig({
  1. String? billingAccount,
})

Implementation

BillingConfig({
  this.billingAccount,
});