maxFullSeconds property

int? maxFullSeconds

Implementation

int? get maxFullSeconds => getProperty("max_full_seconds") as int?;
void maxFullSeconds=(int? value)

Implementation

set maxFullSeconds(int? value) => setControl("max_full_seconds", value);