apiBuilder property
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 TDocApiBuilderDef<DTO, MODEL>? apiBuilder;