Contacts class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
addressLines(
IContactAddress? address) → List< String> -
contactable(
Contactable contactable) → String -
contactString(
ISunnyContact? contact) → String? -
firstName(
ISunnyContact contact) → String? -
fullName(
dynamic contact) → String? -
The full name of a contact, either by using the fullName property, or by concatenating the
firstName and
lastName
properties -
identityWhere(
ISunnyContact? contact, bool predicate(IContactIdentity identity), {Factory< IContactIdentity> ? orElse}) → IContactIdentity? -
parseNames(
String rawText) → Map< String, dynamic> -
sorted(
List< ISunnyContact> contacts) → void -
sortedRecords(
List< ISunnyContact> records) → void -
sunnyIdentity(
ISunnyContact contact) → IContactIdentity? -
updateFromIdentity(
ISunnyContact contact, IContactIdentity identity) → dynamic