operator | method

JSProp operator |(
  1. JSProp other
)

Implementation

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