ConduitCompiler class Null safety
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
compile(
MirrorContext context) → Map< String, dynamic> - Returns a map of runtime objects that can be used at runtime while running in mirrored mode.
-
deflectPackage(
Directory destinationDirectory) → void - Modifies a package on the filesystem in order to remove dart:mirrors from the package.
-
didFinishPackageGeneration(
BuildContext context) → void -
getUrisToResolve(
BuildContext context) → List< Uri> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited