toJson method

  1. @override
dynamic toJson()
override

Implementation

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