U64 constructor

const U64(
  1. int value
)

Instantiates a new U64 spanning a strictly bounded primitive value.

Implementation

const U64(this.value);