allowComments property
bool
get
allowComments
Implementation
bool get allowComments => js_util.getProperty(this, 'allowComments');
set
allowComments
(bool newValue)
Implementation
set allowComments(bool newValue) {
js_util.setProperty(this, 'allowComments', newValue);
}