write method

void write(
  1. bool write
)

The option for write access.

Implementation

void write(bool write) {
  _hasWriteAccess = write;
}