allowComments property

bool allowComments

Implementation

bool get allowComments => js_util.getProperty(this, 'allowComments');
void allowComments=(bool newValue)

Implementation

set allowComments(bool newValue) {
  js_util.setProperty(this, 'allowComments', newValue);
}