CascadeDeleteRelation class

Represents a cascade delete relationship between models

Constructors

CascadeDeleteRelation({required String fieldName, required String targetType, required String mappedBy})
Creates a CascadeDeleteRelation describing a cascade delete relationship.
const

Properties

fieldName String
The field name that has the cascade delete relation
final
hashCode int
The hash code for this object.
no setterinherited
mappedBy String
The field name in the target model that maps back to this model
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetType String
The target model type name
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited