U16 constructor

const U16(
  1. int value
)

Instantiates a new U16 spanning a strictly bounded primitive value.

Implementation

const U16(this.value);