Dynamically instantiates a Uint64 value mapped sequentially into memory.
Uint64.from(int value) : _data = Uint64List(1)..[0] = value;