replyTo property

  1. @override
ActorRef? get replyTo
inherited

The actor to reply to.

Implementation

@override
ActorRef? get replyTo => metadata['replyTo'] as ActorRef?;