swap method

None<Option<T>> swap()

Implementation

@pragma('vm:prefer-inline')
None<Option<T>> swap() {
  return const None();
}