ActionTaken constructor

ActionTaken(
  1. DateTime time,
  2. int? recipientId,
  3. bool? estimate,
  4. String? userId,
  5. String? byId,
  6. String? nodeId,
  7. int? duration,
  8. String action,
  9. String? role,
  10. bool? fyi,
  11. bool? escalated,
  12. String? note,
  13. String? substitutingId,
  14. int? originId,
)

Implementation

ActionTaken(
    super.time,
    super.recipientId,
    super.estimate,
    super.userId,
    super.byId,
    super.nodeId,
    super.duration,
    this.action,
    this.role,
    this.fyi,
    this.escalated,
    this.note,
    this.substitutingId,
    this.originId);