differences property
A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
Implementation
final List<Difference>? differences;
A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
final List<Difference>? differences;