Returns this if it's None, otherwise returns the other Option.
other
@override @pragma('vm:prefer-inline') None<T> noneOr(Option<T> other) => this;