swap method

Some<None<T>> swap()

Implementation

@pragma('vm:prefer-inline')
Some<None<T>> swap() => const Some(None());