SymbolInfo class
Information about the size of the instruction object.
Constructors
- SymbolInfo({required String name, String? libraryUri, String? className, required int size})
Properties
- className → String?
-
If this instructions object originated from a function then className
would contain name of the class owning that function.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- libraryUri → String?
-
If this instructions object originated from a function then libraryUri
will contain uri of the library of that function.
final
- name → Name
-
Name of the code object (
Code::QualifiedName
) owning these instructions.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
Size of the instructions object in bytes.
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