executeIf property

void Function() get executeIf

Execute's the function on the BindableBase object if allowed.

Implementation

void Function() get executeIf => _canExecuteFunction() ? _function : () {};