ktoJson method

String ktoJson()

bool 转json

  false.ktoJson() => false

Implementation

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