U32 constructor

const U32(
  1. int value
)

Instantiates a new U32 spanning a strictly bounded primitive value.

Implementation

const U32(this.value);