mode property

{@link CommentMode Comment mode} of the comment

Implementation

_i3.CommentMode get mode => _i3.CommentMode.values.byName(_i5.getProperty(
      this,
      'mode',
    ));
void mode=(CommentMode value)

Implementation

set mode(_i3.CommentMode value) {
  _i5.setProperty(
    this,
    'mode',
    value.name,
  );
}