commandFunc property

VoidFuncWith2Parameters<P1, P2>? commandFunc
getter/setter pair

The developer provided function that should be executed.

Implementation

VoidFuncWith2Parameters<P1, P2>? commandFunc;