reportLabelsEnabled property
bool
get
reportLabelsEnabled
Controls whether Labels field is enabled in bug reporting UI
Implementation
bool get reportLabelsEnabled =>
tryCast(this["ReportLabelsEnabled"], constOptionReportLabelsEnabled);
set
reportLabelsEnabled
(bool value)
Implementation
set reportLabelsEnabled(bool value) {
this["ReportLabelsEnabled"] = value;
}