RecipientModel class
- Inheritance
-
- Object
- HeaderModel
- RecipientModel
Constructors
-
RecipientModel(int id, int version, String number, String? subject, double? value, String? currencyCode, bool fyi, Map<
String, dynamic> data, String form, List<String> ? actions, List<Sibling> recipients, List<Comment> comments, List<Entry> cubes, List<Attachment> attachments, DateTime? viewed, int unreadComments, int documentId, String folderId, bool flag, DateTime received, bool read, bool draft, bool pending, bool escalated, String? summary, dynamic extra) -
RecipientModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
actions
↔ List<
String> ? -
getter/setter pair
-
attachments
→ List<
Attachment> -
final
-
comments
→ List<
Comment> -
final
-
cubes
→ List<
Entry> -
final
- currencyCode ↔ String?
-
getter/setter pairinherited
-
data
→ Map<
String, dynamic> -
final
- documentId → int
-
final
- draft ↔ bool
-
getter/setter pair
- escalated ↔ bool
-
getter/setter pair
- extra → dynamic
-
final
- flag ↔ bool
-
getter/setter pairinherited
- folderId → String
-
final
- form → String
-
final
- fyi → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
finalinherited
- number → String
-
finalinherited
- pending ↔ bool
-
getter/setter pair
- read ↔ bool
-
getter/setter pairinherited
- received → DateTime
-
finalinherited
-
recipients
→ List<
Sibling> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject ↔ String?
-
getter/setter pairinherited
- summary ↔ String?
-
getter/setter pairinherited
- unreadComments ↔ int
-
getter/setter pair
- value ↔ double?
-
getter/setter pairinherited
- version ↔ int
-
getter/setter pairinherited
- viewed ↔ DateTime?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
RecipientModel snapshot) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited