Returns whether this value is false.
false
Example: dart false.isFalse(); // true
dart false.isFalse(); // true
bool isFalse() => !this;