visitActorType method

  1. @override
T? visitActorType(
  1. ActorTypeContext ctx
)
override

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

Implementation

@override
T? visitActorType(ActorTypeContext ctx) => visitChildren(ctx);