PersonName class
A person's name, both formatted version and individual name components.
Constructors
- PersonName.fromNative(Map data)
- Create a PersonName from native data.
Properties
- first → String?
-
Gets first name.
final
- formattedName → String?
-
Gets the properly formatted name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- last → String?
-
Gets last name.
final
- middle → String?
-
Gets middle name.
final
- prefix → String?
-
Gets 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?
-
Gets 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