installedModules property

List<DatabaseMigrationVersion> installedModules
getter/setter pair

Modules installed in the database, together with their version. Only set if known.

Implementation

List<_i2.DatabaseMigrationVersion> installedModules;