AccountBuilder class

Constructors

AccountBuilder.clone(Account from)

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

build() Account
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withAddress(Address address) AccountBuilder
withBirthdate(DateTime birthdate) AccountBuilder
withBrief(String brief) AccountBuilder
withFamilyName(String familyName) AccountBuilder
withGender(Gender gender) AccountBuilder
withGivenName(String givenName) AccountBuilder
withMiddleName(String middleName) AccountBuilder
withNickname(String nickname) AccountBuilder
withPhoto(String photo) AccountBuilder

Operators

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