Int8.from constructor

Int8.from(
  1. int value
)

Dynamically instantiates a Int8 value mapped sequentially into memory.

Implementation

Int8.from(int value) : _data = Int8List(1)..[0] = value;