sampleMapping top-level property

Map<String, List<String>> sampleMapping
final

key of this map is a sample file name

Implementation

final sampleMapping = {
  'analysis_options': analysisOption,
  'data_repository': dataRepo,
  'data_source': dataSource,
  'domain_repository': domainRepo,
  'entity': entity,
  'injection_container': injectionContainer,
  'main': mainFile,
  'page': page,
  'widget': widget,
  'service': service,
  'entities': entities,
};