ISunnyContact class abstract

Implemented types
Available Extensions

Constructors

ISunnyContact()

Properties

automations List<String>?
Property getter and setter for automations:
getter/setter pair
companyName String?
Property getter and setter for companyName:
getter/setter pairinherited
dateCreated DateTime?
Property getter and setter for dateCreated:
getter/setter pairinherited
dateUpdated DateTime?
Property getter and setter for dateUpdated:
getter/setter pairinherited
deleted bool?
Property getter and setter for deleted:
getter/setter pair
diffHashCode int
no setterinherited
diffKey → dynamic
For Diffable
no setterinherited
diffSource → dynamic
For Diffable
no setterinherited
email String?
Property getter and setter for email:
getter/setter pairinherited
favorite int?
Property getter and setter for favorite:
getter/setter pair
firstName String?
Property getter and setter for firstName:
getter/setter pairinherited
fullName String?
Property getter and setter for fullName:
getter/setter pairinherited
groups List<String>?
Property getter and setter for groups:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Property getter and setter for id:
getter/setter pairoverride-getter
identities List<IContactIdentity>?
Property getter and setter for identities:
getter/setter pair
ignoredPaths Set<JsonPath>
no setterinherited
lastName String?
Property getter and setter for lastName:
getter/setter pairinherited
linkedContacts List<ISunnyContact>?
Property getter and setter for linkedContacts:
getter/setter pair
locale String?
Property getter and setter for locale:
getter/setter pairinherited
mfields Set<String>
no setteroverride
mkey → MKey?
no setterinherited
mkeyOrNull → MKey?
no setterinherited
mtype → MSchemaRef
no setterinherited
notes List<IContactNote>?
Property getter and setter for notes:
getter/setter pair
picture String?
Property getter and setter for picture:
getter/setter pair
recordKey → RecordKey?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<ITag>?
Property getter and setter for tags:
getter/setter pair
timeZone String?
Property getter and setter for timeZone:
getter/setter pairinherited
title String?
Property getter and setter for title:
getter/setter pairinherited
type String?
Property getter and setter for type:
getter/setter pair
userId String?
Property getter and setter for userId:
getter/setter pair
wrapped Map<String, dynamic>
finalinherited

Methods

call<T>(dynamic key) → T?
inherited
clone() ISunnyContact
override
diffEquals(dynamic other) bool
inherited
diffIdentical(dynamic other) bool
inherited
get(String name) → dynamic
inherited
getByPath<T>(JsonPath path) → T
inherited
has(String fieldName) bool
inherited
jpath<T>(JsonPath<T> path, [T? value]) → T?
inherited
modified() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prune(Set<String> fields) → void
inherited
setByPath<T>(JsonPath<T> path, T? value) → dynamic
inherited
sync([Set<String>? fields]) → void
There are some weird cases where collections aren't synced properly with the underlying json. This will overwrite the json with the latest value of the variable.
inherited
takeFrom(dynamic source) → void
override
takeFromMap(Map<String, dynamic>? from, {bool copyEntries = true}) → void
Used for meta-forms in setting deep properties
override
toJson() → dynamic
override
toMap() Map<String, dynamic>
For RouteParams - move at some point?
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic key) → dynamic
override
operator []=(String key, dynamic value) → void
override

Static Properties

fromJson ↔ _ContactFromJson
getter/setter pair
of ↔ _ContactConstructor
getter/setter pair