canReply property

  1. @override
bool canReply
override

Checks if this component can reply in its current state

Subclasses have to implement this, when replies should be possible. Compare reply which needs to be overridden, too.

Implementation

@override
bool get canReply => organizer != null;