onUse property

void Function<T>(LogicRef<T> ref)? onUse
getter/setter pair

Called when use is called.

Implementation

void Function<T>(LogicRef<T> ref)? onUse;