deactivationThreshold property

int? deactivationThreshold

Implementation

int? get deactivationThreshold =>
    getProperty("deactivation_threshold") as int?;
void deactivationThreshold=(int? value)

Implementation

set deactivationThreshold(int? value) =>
    setControl("deactivation_threshold", value);