NbtUUID constructor

const NbtUUID(
  1. int MSB,
  2. int LSB
)

Implementation

const NbtUUID(this.MSB, this.LSB);