CascadeDeletePreview class
Represents a preview of the cascade delete operation.
Constructors
-
CascadeDeletePreview({required String mainEntityType, required String mainEntityId, required List<
CascadeDeleteStepPreview> steps, required bool canDelete, required List<String> warningMessages})
Properties
- canDelete → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainEntityId → String
-
final
- mainEntityType → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
steps
→ List<
CascadeDeleteStepPreview> -
final
-
warningMessages
→ List<
String> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited