read method

void read(
  1. bool read
)

The option for read access

Implementation

void read(bool read) {
  _hasReadAccess = read;
}