APIParameter.path constructor
      
      APIParameter.path(
    
    
- String? name
Implementation
APIParameter.path(this.name)
    : location = APIParameterLocation.path,
      schema = APISchemaObject.string(),
      _required = true;