KeyRightHistory constructor
KeyRightHistory(
- KeyLink keyLink,
- List<
KeyRightHistoryPoint> history, - bool valid
Implementation
KeyRightHistory(this.keyLink, this.history, this.valid);