OwnerBuilder constructor

OwnerBuilder()

Implementation

OwnerBuilder()
    : _id = Uuid().v4obj(),
      _externalBillingId = 'default-external-billing-id',
      _billingPortalUrl = Uri.parse('https://billing.example.com'),
      _billingEmails = [],
      _projects = [],
      _billingInfo = null,
      _user = UserBuilder().build();