KeyRightHistory constructor

KeyRightHistory(
  1. KeyLink keyLink,
  2. List<KeyRightHistoryPoint> history,
  3. bool valid
)

Implementation

KeyRightHistory(this.keyLink, this.history, this.valid);