isSome property

bool get isSome

Implementation

bool get isSome => this is Some<T>;