value property

int get value

Implementation

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

Implementation

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