isNotNone property

bool get isNotNone

Returns true if this value is not none, otherwise false.

Implementation

bool get isNotNone => !isNone;