ktoJson method

String ktoJson()

double 转json

  1.0.ktoJson() => 1.0

Implementation

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