isEmpty property

bool isEmpty

True if None else false

Implementation

bool get isEmpty => !isDefined;