Int32.from constructor

Int32.from(
  1. int value
)

Dynamically instantiates a Int32 value mapped sequentially into memory.

Implementation

Int32.from(int value) : _data = Int32List(1)..[0] = value;