query method Null safety

NCMBQuery query()

ファイル検索を行うクエリークラスを返す

Implementation

static NCMBQuery query() {
  return NCMBQuery('files');
}