Returns the first parameter passed to the stock-section. If no parameters have been passed, null is returned.
null
Effectively, this property is the same as the following expression:
stockSection.params.length() > 0 ? stockSection.params[0] : null