OnChildrenReorderedEvent class
Fired when the children of a folder have changed their order due to the order being sorted in the UI. This is not called as a result of a move().
class OnChildrenReorderedEvent {
final String id;
final Map reorderInfo;
OnChildrenReorderedEvent(this.id, this.reorderInfo);
}
Constructors
new OnChildrenReorderedEvent(String id, Map reorderInfo) #
Creates a new Object instance.
Object instances have no meaningful state, and are only useful
through their identity. An Object instance is equal to itself
only.
docs inherited from Object
OnChildrenReorderedEvent(this.id, this.reorderInfo);