CmsToManyDelegate class abstract

This serves as an independent from CmsDelegate part of the server-logic for the CmsTable For handling more complex relationships

Constructors

CmsToManyDelegate()

Properties

foreignIdKey String
final
hashCode int
The hash code for this object.
no setterinherited
originIdKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get({Object? originId, CmsFilter filter}) Future<List<JsonMap>>
Responsible for getting related objects.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update({required Object originId, required ISet<Object> addedForeignIds, required ISet<Object> removedForeignIds}) Future<void>
Responsible for updating any changes in the references

Operators

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