value property
bool
get
value
Implementation
bool get value => readBool();
set
value
(bool v)
Implementation
set value(bool v) => writeBool(v);