ParameterMirrorImpl constructor

ParameterMirrorImpl(
  1. String name,
  2. int descriptor,
  3. int ownerIndex,
  4. ReflectionImpl reflection,
  5. int classMirrorIndex,
  6. int reflectedTypeIndex,
  7. int dynamicReflectedTypeIndex,
  8. List<int>? reflectedTypeArguments,
  9. List<Object>? metadata,
  10. Object? _defaultValue,
  11. Symbol? _nameSymbol,
)

Implementation

ParameterMirrorImpl(
  super.name,
  super.descriptor,
  super.ownerIndex,
  super.reflection,
  super.classMirrorIndex,
  super.reflectedTypeIndex,
  super.dynamicReflectedTypeIndex,
  super.reflectedTypeArguments,
  super.metadata,
  this._defaultValue,
  this._nameSymbol,
);