ParamElement constructor

ParamElement()

Implementation

factory ParamElement() => JS(
    'returns:ParamElement;creates:ParamElement;new:true',
    '#.createElement(#)',
    document,
    "param");