runtime library
Classes
- Build
- BuildContext
- Configuration and context values used during Build.execute.
- BuildExecutable
- BuildManager
- CodeAnalyzer
- Compiler
- MirrorContext
- PreventCompilation
- Prevents a type from being compiled when it otherwise would be.
- RuntimeCollection
- RuntimeContext
- Contextual values used during runtime.
- RuntimeGenerator
- RuntimePackageCompiler
- Compiler for the runtime package itself.
- SourceCompiler
- Runtimes that generate source code implement this method.
Properties
- instance ↔ RuntimeContext
-
getter/setter pair
Functions
-
copyDirectory(
{required Uri src, required Uri dst}) → void -
Recursively copies the contents of the directory at
src
todst
. -
firstMetadataOfType<
T> (DeclarationMirror dm, {TypeMirror? dynamicType}) → T? -
isTypeFullyPrimitive(
TypeMirror type) → bool -
runtimeCast(
dynamic object, TypeMirror intoType) → dynamic