isEmpty property

bool get isEmpty

Returns true if this is a None instance.

Implementation

bool get isEmpty => this is None<T>;