RecipientModel constructor
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,
Implementation
RecipientModel(
int id,
int version,
String number,
String? subject,
double? value,
String? currencyCode,
this.fyi,
this.data,
this.form,
this.actions,
this.recipients,
this.comments,
this.cubes,
this.attachments,
this.viewed,
this.unreadComments,
this.documentId,
this.folderId,
bool flag,
DateTime received,
bool read,
this.draft,
this.pending,
this.escalated,
String? summary,
this.extra)
: super(
id,
version,
number,
subject,
value,
currencyCode,
flag,
received,
read,
summary,
);