Patch.fromJson constructor

Patch.fromJson(
  1. List json
)

Implementation

Patch.fromJson(List json)
: this(convertListNS(json[0] as List, Diff.fromJson),
      json[1] as int, json[2] as int, json[3] as int, json[4] as int);