Uint8 constructor

const Uint8(
  1. int value
)

Creates a strict 8-bit unsigned integer.

Implementation

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