reportLabelsEnabled property

bool reportLabelsEnabled

Controls whether Labels field is enabled in bug reporting UI

Implementation

bool get reportLabelsEnabled =>
    tryCast(this["ReportLabelsEnabled"], constOptionReportLabelsEnabled);
void reportLabelsEnabled=(bool value)

Implementation

set reportLabelsEnabled(bool value) {
  this["ReportLabelsEnabled"] = value;
}