visitBlobType method

  1. @override
T? visitBlobType(
  1. BlobTypeContext ctx
)
override

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

Implementation

@override
T? visitBlobType(BlobTypeContext ctx) => visitChildren(ctx);