onDelete property
ForeignKeyAction Action to take when the parent Entity is deleted from the database.
By default, ForeignKeyAction.noAction is used.
Implementation
final ForeignKeyAction onDelete;
ForeignKeyAction Action to take when the parent Entity is deleted from the database.
By default, ForeignKeyAction.noAction is used.
final ForeignKeyAction onDelete;