GetDocsAssignedToUserResponse constructor

GetDocsAssignedToUserResponse({
  1. DateTime? dueDate,
  2. Status? status,
  3. String? assignedBy,
  4. String? assignedByFullName,
  5. String? assignedTo,
  6. String? assignedToFullName,
  7. Priority? priority,
  8. String? description,
  9. String? doctype,
  10. String? docname,
})

Implementation

GetDocsAssignedToUserResponse(
    {this.dueDate,
    this.status,
    this.assignedBy,
    this.assignedByFullName,
    this.assignedTo,
    this.assignedToFullName,
    this.priority,
    this.description,
    this.doctype,
    this.docname});