thread property
CommentThread
get
thread
The active {@link CommentThread comment thread}
Implementation
_i3.CommentThread get thread => _i5.getProperty(
this,
'thread',
);
set
thread
(CommentThread value)
Implementation
set thread(_i3.CommentThread value) {
_i5.setProperty(
this,
'thread',
value,
);
}