Person class

Object to represent a person.

Constructors

Person({List<EmailAddress>? emailAddresses, String? name, String? obfuscatedId, List<Name>? personNames, List<PhoneNumber>? phoneNumbers, List<Photo>? photos})
Person.fromJson(Map json_)

Properties

emailAddresses List<EmailAddress>?
The person's email addresses
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the person to provide information about.
getter/setter pair
obfuscatedId String?
Obfuscated ID of a person.
getter/setter pair
personNames List<Name>?
The person's name
getter/setter pair
phoneNumbers List<PhoneNumber>?
The person's phone numbers
getter/setter pair
photos List<Photo>?
A person's read-only photo.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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