VariableMirrorImpl constructor

VariableMirrorImpl(
  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,
)

Implementation

VariableMirrorImpl(
  super.name,
  super.descriptor,
  super.ownerIndex,
  super.reflection,
  super.classMirrorIndex,
  super.reflectedTypeIndex,
  super.dynamicReflectedTypeIndex,
  super.reflectedTypeArguments,
  super.metadata,
);