isOwner method

bool isOwner(
  1. String side
)

Implementation

bool isOwner(String side) {
  return AccessMode.checkFlag(this, side, OWNER);
}