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