Uint64 constructor

const Uint64(
  1. int value
)

Creates a strict 64-bit unsigned integer.

Implementation

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