count method Null safety

void count()

検索結果に総件数を含める

Implementation

void count() {
  _queries['count'] = 1;
}