kBuilderAnnotationNames top-level constant

Set<String> const kBuilderAnnotationNames

A collection of annotation names used by the lean_builder package.

Implementation

const Set<String> kBuilderAnnotationNames = <String>{
  'LeanBuilder',
  'LeanGenerator',
  'LeanBuilderOverrides',
};