differences property

List<Difference>? differences
final

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;