synthesisResults property Null safety
All the SynthesisResult
s generated by this SynthBuilder.
Implementation
Set<SynthesisResult> get synthesisResults =>
UnmodifiableSetView(_synthesisResults);
All the SynthesisResult
s generated by this SynthBuilder.
Set<SynthesisResult> get synthesisResults =>
UnmodifiableSetView(_synthesisResults);