menu
comon_orm_postgresql package
documentation
migrations.dart
PostgresqlMigrationStatus
isClean property
isClean property
dark_mode
light_mode
isClean
property
bool
get
isClean
inherited
Whether the local artifacts and database history are in sync.
Implementation
bool get isClean => issues.isEmpty;
comon_orm_postgresql package
documentation
migrations
PostgresqlMigrationStatus
isClean property
PostgresqlMigrationStatus class