CascadeSuccess<T extends DatumEntityInterface> class
Successful cascade delete result.
- Inheritance
-
- Object
- CascadeResult<
T> - CascadeSuccess
Constructors
-
CascadeSuccess({required T entity, required int totalDeleted, required Map<
Type, List< deletedEntities, required Map<DatumEntityInterface> >String, List< restrictedRelations, required CascadeAnalytics analytics})DatumEntityInterface> >
Properties
- analytics → CascadeAnalytics
-
Analytics data collected during the operation.
final
-
deletedEntities
→ Map<
Type, List< DatumEntityInterface> > -
final
- entity → T
-
final
-
errors
→ List<
String> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
restrictedRelations
→ Map<
String, List< DatumEntityInterface> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- success → bool
-
final
- totalDeleted → int
-
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