getResolvedUnitResult abstract method

Future<ResolvedUnitResult> getResolvedUnitResult()

Obtains a decoded representation of a Dart file.

It is safe to invoke this method multiple times, as the future is cached.

May throw an InconsistentAnalysisException

Implementation

Future<ResolvedUnitResult> getResolvedUnitResult();