LSN constructor

LSN(
  1. int value
)

Construct an LSN from a 64-bit integer.

Implementation

LSN(this.value);