parameters property

String? parameters
final

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

final String? parameters;