version property

int get version

Identifies the latest migrations, especially those not yet added to the Schema The delta between Schema's version and MigrationManager's are unprocessed migrations

Implementation

int get version {
  return latestMigrationVersion(migrations);
}