value property

int get value

Implementation

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

Implementation

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