createCommentThread property

CommentThread Function(Uri, Range, List<Comment>) get createCommentThread

Implementation

_i3.CommentThread Function(
  _i3.Uri,
  _i3.Range,
  _i2.List<_i3.Comment>,
) get createCommentThread => (
      _i3.Uri p0,
      _i3.Range p1,
      _i2.List<_i3.Comment> p2,
    ) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'createCommentThread',
          ),
          r'call',
          [
            this,
            p0,
            p1,
            p2,
          ],
        );
set createCommentThread (CommentThread value(Uri, Range, List<Comment>))

Implementation

set createCommentThread(
    _i3.CommentThread Function(
      _i3.Uri,
      _i3.Range,
      _i2.List<_i3.Comment>,
    ) value) {
  _i5.setProperty(
    this,
    'createCommentThread',
    _i5.allowInterop(value),
  );
}