Contact class

A contact of yours

Constructors

Contact(String address, {String? firstName, String? lastName, String? fullName, Photo? thumbnail, Photo? photo})
Contact.fromJson(String address, Map? data)

Properties

address String?
Gets the address of the Contact (the phone number)
no setter
firstName String?
no setter
fullName String?
Gets the full name of the Contact
no setter
hashCode int
The hash code for this object.
no setterinherited
lastName String?
no setter
photo Photo?
Gets the full size photo of the Contact if any, otherwise returns null.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail Photo?
Gets the thumbnail representation of the Contact photo if any, otherwise returns null.
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.
inherited

Operators

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