highPhWarningLimit property

double? highPhWarningLimit

Implementation

double? get highPhWarningLimit =>
    getProperty("high_ph_warning_limit") as double?;
void highPhWarningLimit=(double? value)

Implementation

set highPhWarningLimit(double? value) =>
    setControl("high_ph_warning_limit", value);