maxStatefulCommandTries property

int get maxStatefulCommandTries

The maximum number of attempts to find a valid command for stateful properties.

Implementation

static int get maxStatefulCommandTries =>
    Settings.shared.maxStatefulCommandTries;
set maxStatefulCommandTries (int value)

Implementation

static set maxStatefulCommandTries(int value) =>
    Settings.shared.maxStatefulCommandTries = value;