HumanNameParserUtils class

Parsed name parts.

Constructors

HumanNameParserUtils({String? first, String? middle, String? last, String? suffix})
Creates parsed name parts; any unrecognized component is left null.
const

Properties

first String?
Given (first) name, or null when none was detected.
no setter
hashCode int
The hash code for this object.
no setterinherited
last String?
Family (last) name, or null when none was detected.
no setter
middle String?
Middle name(s) joined by spaces, or null when none was detected.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix String?
Generational/honorific suffix such as "Jr.", "Sr.", or "III"; null if absent.
no setter

Methods

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

Operators

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