parameterMirrors property

List<ParameterMirror>? parameterMirrors
final

Repository of parameter mirrors used (via indices into this list) by the memberMirrors to describe the parameters of methods

Implementation

final List<ParameterMirror>? parameterMirrors;