visitTextType method

  1. @override
T? visitTextType(
  1. TextTypeContext ctx
)
override

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

Implementation

@override
T? visitTextType(TextTypeContext ctx) => visitChildren(ctx);