ContactPaths class

Constructors

ContactPaths()

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 Properties

values Set<JsonPath>
final

Constants

automations → const JsonPath<List<String>>
companyName → const JsonPath<String>
dateCreated → const JsonPath<DateTime>
dateUpdated → const JsonPath<DateTime>
deleted → const JsonPath<bool>
email → const JsonPath<String>
favorite → const JsonPath<int>
firstName → const JsonPath<String>
fullName → const JsonPath<String>
groups → const JsonPath<List<String>>
id → const JsonPath<String>
identities → const JsonPath<List<IContactIdentity>>
lastName → const JsonPath<String>
linkedContacts → const JsonPath<List<ISunnyContact>>
locale → const JsonPath<String>
notes → const JsonPath<List<IContactNote>>
picture → const JsonPath<String>
tags → const JsonPath<List<ITag>>
timeZone → const JsonPath<String>
title → const JsonPath<String>
type → const JsonPath<String>
userId → const JsonPath<String>