isWriter method

bool isWriter(
  1. String side
)

Implementation

bool isWriter(String side) {
  return AccessMode.checkFlag(this, side, WRITE);
}