steps property
The scripted steps, each producing an outcome or throwing.
A step may return a Future, which is how a test holds a request open
long enough to assert on in-flight behaviour.
Implementation
final List<
FutureOr<BatchOutcome<TId, TValue>> Function(List<TId> ids, TKey key)>
steps;