isSome property

bool isSome

Returns true if the this is a Some value

Implementation

bool get isSome => this != null;