Safely gets the Ok instance. Returns a Some on Ok, or a None on Err.
@override @pragma('vm:prefer-inline') None<Ok<T>> ok() => const None();