tableDifferences property Null safety

List<SchemaTableDifference> tableDifferences

The differences, if any, between tables in expectedSchema and actualSchema.

Implementation

List<SchemaTableDifference> get tableDifferences => _differingTables;