toSetter property
Used to change the to-id of the node when using removeItem function if not provided, using removeItem will not be allowed!
Implementation
void Function(E data, String? newID)? toSetter;
Used to change the to-id of the node when using removeItem function if not provided, using removeItem will not be allowed!
void Function(E data, String? newID)? toSetter;