comments property

List<Comment> get comments

The ordered comments of the thread.

Implementation

_i2.List<_i3.Comment> get comments => (_i5.getProperty(
      this,
      'comments',
    ) as _i2.List)
        .cast();
set comments (List<Comment> value)

Implementation

set comments(_i2.List<_i3.Comment> value) {
  _i5.setProperty(
    this,
    'comments',
    value,
  );
}