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