toJson method Null safety

Map toJson()

クエリーをJSON化する

Implementation

Map toJson() {
  return _queries;
}