MethodMirrorImpl constructor

MethodMirrorImpl(
  1. String _name,
  2. int _descriptor,
  3. int _ownerIndex,
  4. int _returnTypeIndex,
  5. int _reflectedReturnTypeIndex,
  6. int _dynamicReflectedReturnTypeIndex,
  7. List<int>? _reflectedTypeArgumentsOfReturnType,
  8. List<int> _parameterIndices,
  9. ReflectionImpl _reflector,
  10. List<Object>? _metadata,
)

Implementation

MethodMirrorImpl(
  this._name,
  this._descriptor,
  this._ownerIndex,
  this._returnTypeIndex,
  this._reflectedReturnTypeIndex,
  this._dynamicReflectedReturnTypeIndex,
  this._reflectedTypeArgumentsOfReturnType,
  this._parameterIndices,
  this._reflector,
  this._metadata,
);