hasDifferences property
bool
get
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;