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