createInstantiatedGenericClassMirror method
InstantiatedGenericClassMirrorImpl<T>
createInstantiatedGenericClassMirror(])
Implementation
InstantiatedGenericClassMirrorImpl<T> createInstantiatedGenericClassMirror( Object? instance, List<int>? reflectedTypeArgumentIndices, [ int? descriptor]) {
return _createInstantiatedGenericClass<T>(
this,
instance.runtimeType,
reflectedTypeArgumentIndices,
descriptor,
);
}