DiffPatchFormat.fromJson constructor

DiffPatchFormat.fromJson(
  1. Object? json
)

Decodes a wire string.

Implementation

factory DiffPatchFormat.fromJson(Object? json) =>
    DiffPatchFormat(decodeAcpString(json));