Int16.from constructor

Int16.from(
  1. int value
)

Dynamically instantiates a Int16 value mapped sequentially into memory.

Implementation

Int16.from(int value) : _data = Int16List(1)..[0] = value;