SharedIsolateElement constructor

const SharedIsolateElement(
  1. ClassElement classElement,
  2. int id,
  3. bool isSameType,
  4. Set<DartType> sharedInstance,
)

Implementation

const SharedIsolateElement(
  this.classElement,
  this.id,
  this.isSameType,
  this.sharedInstance,
);