menu
comon_orm_sqlite package
documentation
migrations.dart
SqliteMigrationRecord
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_sqlite package
documentation
migrations
SqliteMigrationRecord
isApply property
SqliteMigrationRecord class