Name class

Constructors

Name(String raw)

Properties

components List<String>
Split this name into individual '.' separated components (e.g. names of its parent functions).
no setter
hashCode int
The hash code for this object.
no setterinherited
isAllocationStub bool
Returns true if this name refers to an allocation stub.
no setter
isStub bool
Returns true if this name refers to a stub.
no setter
isTypeTestingStub bool
Returns true if this name refers to a type testing stub.
no setter
raw String
Raw textual representation of the name as it occurred in the output of the AOT compiler.
final
rawComponents List<String>
Split raw name into individual '.' separated components (e.g. names of its parent functions).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrubbed String
Pretty version of the name, with some of the irrelevant information removed from it.
latefinal

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

Static Methods

collapse(String name) String