Whether this option is Some.
const option = Some<int>(1); final hasValue = option.isSome; // true
bool get isSome;