wrapInSome method

Some<M> wrapInSome()

Implementation

@pragma('vm:prefer-inline')
Some<M> wrapInSome() => Some(this);