Uint8 constructor
const
Uint8(
- int value
Creates a strict 8-bit unsigned integer.
Implementation
const Uint8(int value) : this._(value);
Creates a strict 8-bit unsigned integer.
const Uint8(int value) : this._(value);