JsonDiffer.fromJson constructor

JsonDiffer.fromJson(
  1. Object leftJson,
  2. Object rightJson
)

Implementation

JsonDiffer.fromJson(this.leftJson, this.rightJson);