visitActor method

  1. @override
T? visitActor(
  1. ActorContext ctx
)
override

The default implementation returns the result of calling visitChildren on ctx.

Implementation

@override
T? visitActor(ActorContext ctx) => visitChildren(ctx);