HistoryItem constructor

HistoryItem({
  1. String actionerUserId,
  2. String comment,
  3. num createInstant,
  4. num expiry,
})

Implementation

HistoryItem(
    {this.actionerUserId, this.comment, this.createInstant, this.expiry});