isNone method

bool isNone()
inherited

Returns true if the option is a None value.

Implementation

bool isNone() => this is None;