references property

You can change the Firestore reference.

By specifying multiple items in the array, it is possible to issue and read queries simultaneously.

Implementation

@protected
@mustCallSuper
List<Query<DynamicMap>> get references => [query(firestore.collection(path))];