toJson method

dynamic toJson()

Implementation

dynamic toJson() {
  return "$this";
}