Dart
dart:mirrors
currentMirrorSystem function
currentMirrorSystem
description
currentMirrorSystem
function
Null safety
MirrorSystem
currentMirrorSystem
(
)
Returns a
MirrorSystem
for the current isolate.
Implementation
external MirrorSystem currentMirrorSystem();
Dart
dart:mirrors
currentMirrorSystem function
dart:mirrors library
Classes
ClassMirror
ClosureMirror
CombinatorMirror
Comment
DeclarationMirror
FunctionTypeMirror
InstanceMirror
IsolateMirror
LibraryDependencyMirror
LibraryMirror
MethodMirror
Mirror
MirrorsUsed
MirrorSystem
ObjectMirror
ParameterMirror
SourceLocation
TypedefMirror
TypeMirror
TypeVariableMirror
VariableMirror
Functions
currentMirrorSystem
reflect
reflectClass
reflectType
Exceptions
AbstractClassInstantiationError