synthesisResults property

Set<SynthesisResult> synthesisResults

All the SynthesisResults generated by this SynthBuilder.

Implementation

Set<SynthesisResult> get synthesisResults =>
    UnmodifiableSetView(_synthesisResults);