isReader method

bool isReader(
  1. String side
)

Implementation

bool isReader(String side) {
  return AccessMode.checkFlag(this, side, READ);
}