toString method

String toString()
override

データを文字列化する

Implementation

String toString() {
  return json.encode(_fields, toEncodable: myEncode);
}