visitKey method

  1. @override
T? visitKey(
  1. KeyContext ctx
)
override

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

Implementation

@override
T? visitKey(KeyContext ctx) => visitChildren(ctx);