ApiEndpointConfig constructor
ApiEndpointConfig({})
Implementation
ApiEndpointConfig({
required this.name,
required this.endpoint,
required this.method,
required this.functionName,
required this.parameters,
this.returnType,
});