options property

CommentOptions? get options

Comment controller options

Implementation

_i3.CommentOptions? get options => _i5.getProperty(
      this,
      'options',
    );
set options (CommentOptions? value)

Implementation

set options(_i3.CommentOptions? value) {
  _i5.setProperty(
    this,
    'options',
    value ?? _i6.undefined,
  );
}