toJson method Null safety

Map toJson()

データをJSON化する

Implementation

Map toJson() {
  return this._fields;
}