canReply property

bool canReply

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

bool get canReply => false;