Returns the value at the specified index, or null if not found.
index
null
@override Future<T?> valueAt(int index) => getAt(index);