astFactory top-level property

  1. @Deprecated('Should not be used by clients')
AstFactory astFactory
final

Gets an instance of AstFactory based on the standard AST implementation.

Implementation

@Deprecated('Should not be used by clients')
final AstFactory astFactory = AstFactoryImpl();