StructuredName class

Annotations

Constructors

StructuredName({required String displayName, required String namePrefix, required String givenName, required String middleName, required String familyName, required String nameSuffix})
const
StructuredName.fromMap(Map map)
factory

Properties

displayName String
final
familyName String
final
givenName String
final
hashCode int
The hash code for this object.
no setteroverride
middleName String
final
namePrefix String
final
nameSuffix String
final
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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