getSoftDeleteColumn method
Returns the soft delete column name if the model supports it.
Implementation
String? getSoftDeleteColumn() {
return _softDeleteColumns[this] ?? modelDefinition?.softDeleteColumn;
}
Returns the soft delete column name if the model supports it.
String? getSoftDeleteColumn() {
return _softDeleteColumns[this] ?? modelDefinition?.softDeleteColumn;
}