onCreate property

TValue Function(ModelAggregateQuery<AsyncAggregateValue> query, CollectionBase<DocumentBase> collection, VoidCallback onFinished) onCreate
final

Create an AsyncAggregateValue from the query.

クエリからAsyncAggregateValueを作成します。

Implementation

final TValue Function(
  ModelAggregateQuery query,
  CollectionBase collection,
  VoidCallback onFinished,
) onCreate;