Safely gets the Err instance, resolving any Future.
@override @pragma('vm:prefer-inline') Future<Option<Err<T>>> err() => value.then((e) => e.err());