DiffLogEntry.of constructor

DiffLogEntry.of({
  1. List<Change>? changes,
})

Implementation

DiffLogEntry.of({List<Change>? changes})
    : super.of(
        changes: changes,
      );