FrappeCommunication class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FrappeCommunication()
FrappeCommunication.fromJson(Map<String, dynamic>? json)
factory

Properties

amendedFrom String?
getter/setter pairinherited
bcc String?
getter/setter pair
cc String?
getter/setter pair
commentType String?
getter/setter pair
communicationDate DateTime?
getter/setter pair
communicationMedium String?
getter/setter pair
communicationType String?
getter/setter pair
content String?
getter/setter pair
creation DateTime?
getter/setter pairinherited
deliveryStatus String?
getter/setter pair
docStatus FrappeDocStatus?
getter/setter pairinherited
doctype String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
idx int?
getter/setter pairinherited
isLocal bool?
getter/setter pairinherited
modified DateTime?
getter/setter pairinherited
modifiedBy String?
getter/setter pairinherited
name String?
getter/setter pairinherited
owner String?
getter/setter pairinherited
parent String?
getter/setter pairinherited
parentField String?
getter/setter pairinherited
parentType String?
getter/setter pairinherited
rawResponse Map<String, dynamic>?
getter/setter pairinherited
readByRecipient bool?
getter/setter pair
referenceDoctype String?
getter/setter pair
referenceName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String?
getter/setter pair
senderFullName String?
getter/setter pair
subject String?
getter/setter pair
unsaved bool?
getter/setter pairinherited

Methods

deserializeList<T>(List? docs) List<T>?
inherited
fromJson<T>(Map<String, dynamic>? json) → T
Returns the target type from json (Map)
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns the JSON representation of a type in the form of Map
override
toString() String
A string representation of this object.
inherited

Operators

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