UUID constructor

UUID(
  1. int i1,
  2. int i2,
  3. int i3,
  4. int i4,
)

Implementation

UUID(this.i1, this.i2, this.i3, this.i4);