UserActionEvent constructor

UserActionEvent({
  1. String action,
  2. String actioneeUserId,
  3. String actionerUserId,
  4. String actionId,
  5. List<String> applicationIds,
  6. String comment,
  7. Email email,
  8. bool emailedUser,
  9. num expiry,
  10. String localizedAction,
  11. String localizedDuration,
  12. String localizedOption,
  13. String localizedReason,
  14. bool notifyUser,
  15. String option,
  16. UserActionPhase phase,
  17. String reason,
  18. String reasonCode,
})

Implementation

UserActionEvent(
    {this.action,
    this.actioneeUserId,
    this.actionerUserId,
    this.actionId,
    this.applicationIds,
    this.comment,
    this.email,
    this.emailedUser,
    this.expiry,
    this.localizedAction,
    this.localizedDuration,
    this.localizedOption,
    this.localizedReason,
    this.notifyUser,
    this.option,
    this.phase,
    this.reason,
    this.reasonCode});