toJson method

dynamic toJson()

Implementation

dynamic toJson() {
  return _delta.toJson();
}