not method

Tag not()

Implementation

Tag not() => Tag(
      tag[0] == '!' ? tag.substring(1) : '!$tag',
      entity: entity,
      value: value,
    );