GenericClassMirrorImpl<T extends Object> constructor

GenericClassMirrorImpl<T extends Object>(
  1. String simpleName,
  2. String qualifiedName,
  3. int descriptor,
  4. int classIndex,
  5. ReflectionImpl reflector,
  6. List<int> declarationIndices,
  7. List<int>? instanceMemberIndices,
  8. List<int>? staticMemberIndices,
  9. int superclassIndex,
  10. Map<String, StaticGetter> getters,
  11. Map<String, InvokerOfGetter> setters,
  12. Map<String, Function> constructors,
  13. int ownerIndex,
  14. int mixinIndex,
  15. List<int> superinterfaceIndices,
  16. List<Object>? metadata,
  17. Map<String, int>? parameterListShapes,
  18. InstanceChecker _isGenericRuntimeTypeOf,
  19. List<int>? _typeVariableIndices,
  20. int _dynamicReflectedTypeIndex,
)

Implementation

GenericClassMirrorImpl(
  super.simpleName,
  super.qualifiedName,
  super.descriptor,
  super.classIndex,
  super.reflector,
  super.declarationIndices,
  super.instanceMemberIndices,
  super.staticMemberIndices,
  int super.superclassIndex,
  super.getters,
  super.setters,
  super.constructors,
  super.ownerIndex,
  super.mixinIndex,
  super.superinterfaceIndices,
  super.metadata,
  super.parameterListShapes,
  this._isGenericRuntimeTypeOf,
  this._typeVariableIndices,
  this._dynamicReflectedTypeIndex,
);