operator | method

JSClassIDFlag operator |(
  1. JSClassIDFlag other
)

Implementation

JSClassIDFlag operator |(JSClassIDFlag other) =>
    JSClassIDFlag.from(value | other.value);