value property

int get value

Implementation

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

Implementation

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