minEmptySeconds property

int? minEmptySeconds

Implementation

int? get minEmptySeconds => getProperty("min_empty_seconds") as int?;
void minEmptySeconds=(int? value)

Implementation

set minEmptySeconds(int? value) => setControl("min_empty_seconds", value);