PersonName class
Name of a Person.
- Implemented types
- Mixed in types
Constructors
- PersonName.build([void updates(PersonNameBuilder b)])
-
factory
Properties
- firstName → String
-
First name of the person.
@nullable, read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- honorifics → String
-
English honorific of the person (e.g. "Dr", "Mr", etc.)
@nullable, read-only
- lastName → String
-
Last name of the person
@nullable, read-only
- meta → Meta
-
@BuiltValueField(wireName: '@meta'), @nullable, read-only, inherited
- name → String
-
Name in unspecified format.
@nullable, read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
rebuild(
dynamic updates(PersonNameBuilder)) → PersonName -
Rebuilds the instance. [...]
inherited
-
toBuilder(
) → PersonNameBuilder -
Converts the instance to a builder
B
. [...]inherited -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Properties
-
serializer
→ Serializer<
PersonName> -
read-only