comments property
The ordered comments of the thread.
Implementation
_i2.List<_i3.Comment> get comments => (_i5.getProperty(
this,
'comments',
) as _i2.List)
.cast();
The ordered comments of the thread.
_i2.List<_i3.Comment> get comments => (_i5.getProperty(
this,
'comments',
) as _i2.List)
.cast();