removeFlags method

void removeFlags(
  1. int flags
)

Implementation

void removeFlags(int flags) {
  _flags &= ~flags;
}