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