getDeltaJson method

String getDeltaJson()

Implementation

String getDeltaJson() {
  return jsonEncode(<String, dynamic>{'ops': getDeltaOps()});
}