toJson method

Map toJson()

Implementation

Map toJson() => {
      "operationType": describeEnum(operationType!),
      "table": table,
      "payload": payload,
      "opResultId": opResultId,
    };