menu
vania package
documentation
orm/model.dart
Model
withSoftDeletes method
withSoftDeletes method
dark_mode
light_mode
withSoftDeletes
method
@
override
QueryBuilder
withSoftDeletes
(
[
String
column
=
'deleted_at'
])
inherited
Implementation
@override QueryBuilder withSoftDeletes([String column = 'deleted_at']) => whereNull(column);
vania package
documentation
orm/model
Model
withSoftDeletes method
Model class