AssignDocParams constructor

AssignDocParams({
  1. String? assignTo,
  2. bool? myself,
  3. String? description,
  4. DateTime? dueDate,
  5. String? doctype,
  6. String? docName,
  7. List<String>? docNames,
  8. bool? notify,
  9. Priority? priority,
  10. bool? bulkAssign = false,
})

Implementation

AssignDocParams(
    {this.assignTo,
    this.myself,
    this.description,
    this.dueDate,
    this.doctype,
    this.docName,
    this.docNames,
    this.notify,
    this.priority,
    this.bulkAssign = false});