ktoJson method

String ktoJson()

int 转json

  1.ktoJson() => 1

Implementation

String ktoJson() {
  return jsonEncode(this);
}