Uint32 constructor

const Uint32(
  1. int value
)

Creates a strict 32-bit unsigned integer.

Implementation

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