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