appliedAny property

bool get appliedAny

Whether any migrations were applied.

Implementation

bool get appliedAny => appliedMigrationNames.isNotEmpty;