value property

int get value

Implementation

int get value => readInt32();
set value (int v)

Implementation

set value(int v) => writeInt32(v);