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