KernelReader class

Reads Dart Kernel binary (.dill) files.

Kernel format is a platform-neutral IR produced by the Dart CFE, containing desugared code with explicit types.

Constructors

KernelReader()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

loadFromFile(String dillPath) Future<KernelProgram?>
Loads a kernel binary from file.
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