IContactFormData class abstract

Implemented types

Constructors

IContactFormData()

Properties

addresses List<IContactAddress>?
Property getter and setter for addresses:
getter/setter pairinherited
attachments List<IContactAttachment>?
Property getter and setter for attachments:
getter/setter pairinherited
companyName String?
Property getter and setter for companyName:
getter/setter pairinherited
dateCreated DateTime?
Property getter and setter for dateCreated:
getter/setter pairinherited
dates List<IImportantDate>?
Property getter and setter for dates:
getter/setter pairinherited
dateUpdated DateTime?
Property getter and setter for dateUpdated:
getter/setter pairinherited
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
emails List<IContactEmail>?
Property getter and setter for emails:
getter/setter pairinherited
firstName String?
Property getter and setter for firstName:
getter/setter pairinherited
fullName String?
Property getter and setter for fullName:
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
ignoredPaths Set<JsonPath>
no setterinherited
interests List<String>?
Property getter and setter for interests:
getter/setter pairinherited
lastName String?
Property getter and setter for lastName:
getter/setter pairinherited
locale String?
Property getter and setter for locale:
getter/setter pairinherited
mfields Set<String>
no setterinherited
mkey → MKey?
no setterinherited
mkeyOrNull → MKey?
no setterinherited
mtype → MSchemaRef
no setterinherited
phones List<IContactPhone>?
Property getter and setter for phones:
getter/setter pairinherited
recordKey → RecordKey?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socialProfiles List<IContactSocialProfile>?
Property getter and setter for socialProfiles:
getter/setter pairinherited
timeZone String?
Property getter and setter for timeZone:
getter/setter pairinherited
title String?
Property getter and setter for title:
getter/setter pairinherited
urls List<IContactUrl>?
Property getter and setter for urls:
getter/setter pairinherited
wrapped Map<String, dynamic>
finalinherited

Methods

call<T>(dynamic key) → T?
inherited
clone() IContactFormData
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 ↔ _ContactFormDataFromJson
getter/setter pair
of ↔ _ContactFormDataConstructor
getter/setter pair