notMatchCountry method

LogicalChannel notMatchCountry(
  1. Country country
)
inherited

The negated representation of matchCountry.

Implementation

LogicalChannel notMatchCountry(core.Country country) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedCountry(country),
    );