toSetter property

void Function(E data, String? newID)? toSetter
getter/setter pair

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;