KeyRightHistoryPoint constructor

KeyRightHistoryPoint(
  1. int? height,
  2. bool valid
)

Implementation

KeyRightHistoryPoint(this.height, this.valid);