path property

Map<Types, String> path
final

Implementation

static final path = <Types, String>{
  Types.services: 'services',
  Types.queries: 'queries',
  Types.entities: 'entities'
};