resolver property

  1. @override
Resolver resolver
final

The Resolver for this build step.

Used to analyze Dart code and resolve references across libraries. Provides access to AST and element model for the input asset.

Implementation

@override
final Resolver resolver;