ModelStreamGetBuilder<M extends FirestoreModel<M> > constructor
Null safety
- {Key? key,
- AsyncWidgetBuilder<
List< ? builder,M?> ?> - Query<
Object?> query( )?, - FirestoreModel<
Model> ? parentModel, - List<
M?> ? initialData, - LoadingWidget? onLoading,
- ErrorWidget? onError,
- SuccessWidget<
List< ? onSuccess,M?> > - EmptyWidget? onEmpty,
- dynamic onChange(
- List<
M?> dataChanges
- List<
Implementation
const ModelStreamGetBuilder(
{Key? key,
this.builder,
this.query,
this.parentModel,
this.initialData,
this.onLoading,
this.onError,
this.onSuccess,
this.onEmpty,
this.onChange})
: super(key: key);