UserActionLog constructor

UserActionLog({
  1. String actioneeUserId,
  2. String actionerUserId,
  3. List<String> applicationIds,
  4. String comment,
  5. bool emailUserOnEnd,
  6. bool endEventSent,
  7. num expiry,
  8. LogHistory history,
  9. String id,
  10. num insertInstant,
  11. String localizedName,
  12. String localizedOption,
  13. String localizedReason,
  14. String name,
  15. bool notifyUserOnEnd,
  16. String option,
  17. String reason,
  18. String reasonCode,
  19. String userActionId,
})

Implementation

UserActionLog(
    {this.actioneeUserId,
    this.actionerUserId,
    this.applicationIds,
    this.comment,
    this.emailUserOnEnd,
    this.endEventSent,
    this.expiry,
    this.history,
    this.id,
    this.insertInstant,
    this.localizedName,
    this.localizedOption,
    this.localizedReason,
    this.name,
    this.notifyUserOnEnd,
    this.option,
    this.reason,
    this.reasonCode,
    this.userActionId});