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