toJson method

String toJson()

转json

Implementation

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