onDelete method

ForeignKeyConstraint onDelete(
  1. String onDelete
)

Implementation

ForeignKeyConstraint onDelete(String onDelete) {
  onDeleteAction = onDelete.toUpperCase();
  return this;
}