minFullSeconds property

int? minFullSeconds

Implementation

int? get minFullSeconds => getProperty("min_full_seconds") as int?;
void minFullSeconds=(int? value)

Implementation

set minFullSeconds(int? value) => setControl("min_full_seconds", value);