ReferralProfile class abstract

Annotations
  • @BuiltValue()

Constructors

ReferralProfile([void updates(ReferralProfileBuilder b)])
factory

Properties

balance → BuiltList<ReferralBalanceItem>
no setter
errors → BuiltList<Error>
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
invitedBy PublicUser?
no setter
pendingBalance → BuiltList<ReferralBalanceItem>
no setter
referralCode String
no setter
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terms ReferralProgramTerms
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ReferralProfileBuilder)) ReferralProfile
Rebuilds the instance.
inherited
toBuilder() ReferralProfileBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ReferralProfile>
no setter