addsResponseAutomatically property

  1. @override
bool get addsResponseAutomatically
override

Indicates the class adds the response message to the current thread.

Meaning that classes using this model don't need to manually add the model message.

Implementation

@override
bool get addsResponseAutomatically => false;