activationThreshold property

int? activationThreshold

Implementation

int? get activationThreshold => getProperty("activation_threshold") as int?;
void activationThreshold=(int? value)

Implementation

set activationThreshold(int? value) =>
    setControl("activation_threshold", value);