createComment property

Comment Function(String) get createComment

Implementation

_i3.Comment Function(_i2.String) get createComment =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'createComment',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set createComment (Comment value(String))

Implementation

set createComment(_i3.Comment Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'createComment',
    _i4.allowInterop(value),
  );
}