$isNotNull top-level property
Cached instance representing NOT null (i.e. value must be non-null).
Equivalent to: not($isNull).
Implementation
final IValidator $isNotNull = not($isNull);
Cached instance representing NOT null (i.e. value must be non-null).
Equivalent to: not($isNull).
final IValidator $isNotNull = not($isNull);