menu
comon_orm_postgresql package
documentation
migrations.dart
PostgresqlMigrationRecord
isRollback property
isRollback property
dark_mode
light_mode
isRollback
property
bool
get
isRollback
inherited
Whether this record represents a rollback operation.
Implementation
bool get isRollback => kind.name == 'rollback';
comon_orm_postgresql package
documentation
migrations
PostgresqlMigrationRecord
isRollback property
PostgresqlMigrationRecord class