Uint16 constructor

const Uint16(
  1. int value
)

Creates a strict 16-bit unsigned integer.

Implementation

const Uint16(int value) : this._(value);