TypeTuple class

An intermediate representation of a segment of a signature.

Constructors

TypeTuple(TypeIdentifier typeIdentifier, int offsetLength)
Creates a new tuple value with the specified items.
const
TypeTuple.fromSignature(Uint8List signatureBlob, Scope scope)
Parse a single type from the signature blob.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
offsetLength int
Returns the second item of the tuple
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeIdentifier TypeIdentifier
Returns the first item of the tuple
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