Relate constructor
const
Relate(
- Symbol inversePropertyName, {
- DeleteRule onDelete = DeleteRule.nullify,
- bool isRequired = false,
Creates an instance of this type.
Implementation
const Relate(
this.inversePropertyName, {
this.onDelete = DeleteRule.nullify,
this.isRequired = false,
});