Financier class abstract

Financier

Properties:

  • amount - The amount of the funds the financier provided.
  • firstName - The financier's first name.
  • lastName - The financier's last name.
  • location - The city and country/region where the financier is currently located. For example: Chicago, USA
Annotations
  • @BuiltValue.new()

Constructors

Financier([void updates(FinancierBuilder b)])
factory

Properties

amount Amount
The amount of the funds the financier provided.
no setter
firstName String
The financier's first name.
no setter
hashCode int
The hash code for this object.
no setterinherited
lastName String
The financier's last name.
no setter
location String
The city and country/region where the financier is currently located. For example: Chicago, USA
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(FinancierBuilder)) Financier
Rebuilds the instance.
inherited
toBuilder() FinancierBuilder
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<Financier>
no setter