BarcodePersonName class

A person's name, both formatted version and individual name components.

Properties

first String?
First name
final
formattedName String?
The properly formatted name.
final
hashCode int
The hash code for this object.
no setterinherited
last String?
Last name
final
middle String?
Middle name
final
prefix String?
Prefix of the name
final
pronunciation String?
Designates a text string to be set as the kana name in the phonebook. Used for Japanese contacts.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix String?
Suffix of the person's name
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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