or method

  1. @override
Option<T> or(
  1. Option<T> other
)
override

Implementation

@override
Option<T> or(Option<T> other) => other;