encode method

  1. @override
String encode(
  1. DiffPatchFormat value
)
override

Encodes a value to JSON-compatible Dart objects.

Implementation

@override
String encode(DiffPatchFormat value) => value.toJson();