parameters property

String? parameters
getter/setter pair

The parameter list of the parameter's function type. If the parameter is not of a function type, this field will not be defined. If the function type has zero parameters, this field will have a value of '()'.

Implementation

String? parameters;