hasDifferences property

bool hasDifferences

Whether or not expectedSchema and actualSchema have differences.

If false, both expectedSchema and actualSchema, their tables, and those tables' columns are identical.

Implementation

bool get hasDifferences => _differingTables.isNotEmpty;