commented property

void commented=(bool value)

Implementation

set commented(bool value) {
  _commented = value;
}