apiBuilder property

  1. @protected
TCollectionApiBuilderDef<DTO, MODEL>? apiBuilder
final

Optional builder function to create the Firestore API instance. If not provided, the API will be created using the collection's api() method.

Implementation

@protected
/// Optional builder function to create the Firestore API instance. If not provided, the API will be created using the collection's `api()` method.
final TCollectionApiBuilderDef<DTO, MODEL>? apiBuilder;