maxUnfullMinutes property

int? maxUnfullMinutes

Implementation

int? get maxUnfullMinutes => getProperty("max_unfull_minutes") as int?;
void maxUnfullMinutes=(int? value)

Implementation

set maxUnfullMinutes(int? value) => setControl("max_unfull_minutes", value);