tableDifferences property Null safety
The differences, if any, between tables in expectedSchema and actualSchema.
Implementation
List<SchemaTableDifference> get tableDifferences => _differingTables;
The differences, if any, between tables in expectedSchema and actualSchema.
List<SchemaTableDifference> get tableDifferences => _differingTables;