Diff.fromJson constructor

Diff.fromJson(
  1. List json
)

Implementation

Diff.fromJson(List json)
: this(Operation.parseJson(json[0] as int), json[1] as String);