canReply property
bool
get
canReply
Whether the thread supports reply. Defaults to true.
Implementation
_i2.bool get canReply => _i5.getProperty(
this,
'canReply',
);
set
canReply
(bool value)
Implementation
set canReply(_i2.bool value) {
_i5.setProperty(
this,
'canReply',
value,
);
}