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