OwnerBuilder class

Constructors

OwnerBuilder.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addBillingEmail(String email) OwnerBuilder
addProject(Project project) OwnerBuilder
build() Owner
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withBillingEmails(List<String> billingEmails) OwnerBuilder
withBillingInfo(BillingInfo? billingInfo) OwnerBuilder
withBillingPortalUrl(Uri billingPortalUrl) OwnerBuilder
withBillingPortalUrlString(String billingPortalUrl) OwnerBuilder
withExternalBillingId(String externalBillingId) OwnerBuilder
withId(UuidValue id) OwnerBuilder
withProjects(List<Project>? projects) OwnerBuilder

Operators

operator ==(Object other) bool
The equality operator.
inherited