NCMBQuery constructor Null safety

NCMBQuery(
  1. String name
)

コンストラクター name クラス名

Implementation

NCMBQuery(String name) {
  _name = name;
}