isFalse method

bool isFalse()

Checks if the boolean value is false.

Implementation

bool isFalse() => !this;