replyTo property

  1. @override
ActorRef? get replyTo

The actor to reply to.

Implementation

@override
ActorRef? get replyTo => null;