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