swap method

Option<None<T>> swap()

Implementation

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