PeopleName class

Constructors

PeopleName({String? familyName, String? fullName, String? givenName, String? middleName, String? namePrefix, String? nameSuffix, String? spelling})
PeopleName.fromJson(String str)
factory
PeopleName.fromMap(Map<String, dynamic> json)
factory

Properties

familyName String?
getter/setter pair
fullName String?
getter/setter pair
givenName String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
middleName String?
getter/setter pair
namePrefix String?
getter/setter pair
nameSuffix String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spelling String?
getter/setter pair

Methods

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

Operators

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