StateHistory constructor

StateHistory({
  1. String? actorUserId,
  2. String? state,
  3. String? stateTimestamp,
})

Implementation

StateHistory({
  this.actorUserId,
  this.state,
  this.stateTimestamp,
});