isNone property

bool isNone

Returns true if the option is None.

Implementation

bool get isNone => !isSome;