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