supportsNot property

  1. @override
bool supportsNot
override

Returns true if this Box implementation supports the NOT operator.

Implementation

@override
bool get supportsNot => false;