DiffPatchFormat.fromJson constructor
DiffPatchFormat.fromJson(
- Object? json
Decodes a wire string.
Implementation
factory DiffPatchFormat.fromJson(Object? json) =>
DiffPatchFormat(decodeAcpString(json));