appliedAny property
bool
get
appliedAny
Whether any migrations were applied.
Implementation
bool get appliedAny => appliedMigrationNames.isNotEmpty;
Whether any migrations were applied.
bool get appliedAny => appliedMigrationNames.isNotEmpty;