repeat property

bool Function(Fluffy fluffy) repeat
getter/setter pair

Repeats the current node if the return value is true

Implementation

bool Function(Fluffy fluffy) repeat = (Fluffy fluffy) => false;