GeneratorConfig constructor
GeneratorConfig({})
Implementation
GeneratorConfig({
this.modelsPath = 'lib/models',
this.servicesPath = 'lib/services',
this.repositoriesPath = 'lib/repositories',
this.apiPath = 'lib/api',
this.generateService = false,
this.generateRepository = false,
this.httpClient = 'http',
this.baseUrl,
this.endpoints = const [],
});