read property

bool get read

Implementation

bool get read {
  return $$context$$["read"];
}
set read (bool value)

Implementation

set read(bool value) {
  $$context$$["read"] = value;
}