LibraryMirrorImpl constructor

LibraryMirrorImpl(
  1. String simpleName,
  2. Uri uri,
  3. ReflectionImpl _reflector,
  4. List<int> _declarationIndices,
  5. Map<String, StaticGetter> getters,
  6. Map<String, InvokerOfGetter> setters,
  7. List<Object>? _metadata,
  8. Map<String, int>? _parameterListShapes,
)

Implementation

LibraryMirrorImpl(
  this.simpleName,
  this.uri,
  this._reflector,
  this._declarationIndices,
  this.getters,
  this.setters,
  this._metadata,
  this._parameterListShapes,
);