isSome property

bool isSome

Returns true if the option is Some.

Implementation

bool get isSome => this is Some;