AggregateQuerySnapshotPlatform constructor

AggregateQuerySnapshotPlatform({
  1. required dynamic count,
})

Implementation

AggregateQuerySnapshotPlatform({required count})
    : _count = count,
      super(token: _token);