operator | method

JSCallFlag operator |(
  1. JSCallFlag other
)

Implementation

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