semantics property

Set<PackageApiSemantics> semantics
final

the semantics of package API models this analyzer produces. this set defines what packages can be compared with each other and is the result of the combination of parameters this analyzer was constructed with.

Implementation

final semantics = <PackageApiSemantics>{};