ActionData constructor

ActionData({
  1. String actioneeUserId,
  2. String actionerUserId,
  3. List<String> applicationIds,
  4. String comment,
  5. bool emailUser,
  6. num expiry,
  7. bool notifyUser,
  8. String option,
  9. String reasonId,
  10. String userActionId,
})

Implementation

ActionData(
    {this.actioneeUserId,
    this.actionerUserId,
    this.applicationIds,
    this.comment,
    this.emailUser,
    this.expiry,
    this.notifyUser,
    this.option,
    this.reasonId,
    this.userActionId});