not method

RouteRule not()
inherited

A rule matching when this rule does not match.

Implementation

RouteRule not() => NotRule(this);