deserialize static method

PatchSet deserialize(
  1. String text
)

Deserialize from a unified diff string.

Implementation

static PatchSet deserialize(String text) => _parsePatch(text);