SharedIsolateElement class

Constructors

SharedIsolateElement(ClassElement classElement, int id, bool isSameType, Set<DartType> sharedInstance)
const
SharedIsolateElement.generate({required ClassElement classElement, required DartObject sharedIsolate, required ConstantReader annotation, required Set<DartType> sharedInstanse})
factory

Properties

classElement → ClassElement
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
isSameType bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedInstance Set<DartType>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited