operator | method

BarcodeFormat operator |(
  1. BarcodeFormat other
)

Implementation

BarcodeFormat operator |(BarcodeFormat other) =>
    BarcodeFormat._(value | other.value);