isNotWeb property

bool get isNotWeb

Returns true if this value is not web, otherwise false.

Implementation

bool get isNotWeb => !isWeb;