phase property

int? phase

Implementation

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

Implementation

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