EndpointConfig constructor
EndpointConfig({})
Creates a new EndpointConfig instance.
All parameters are required to ensure complete configuration.
Implementation
EndpointConfig({
required this.projectName,
required this.outputPath,
required this.json2DartPaths,
});