parameters property - MethodMirror class - dart:mirrors library (original) (raw)

description

List<ParameterMirror> getparameters

A list of mirrors on the parameters for the reflectee.

Implementation

List<ParameterMirror> get parameters;