U8 constructor

const U8(
  1. int value
)

Instantiates a new U8 spanning a strictly bounded primitive value.

Implementation

const U8(this.value);