shouldReverse property
Indicates whether the action should be reversed.
This boolean flag is used to determine if the action should be performed
in the reverse order. When set to true
, the action will be reversed.
Implementation
bool shouldReverse = false;