isMirrorsSupported constant
bool
const isMirrorsSupported
Whether or not dart:mirrors is supported on the current platform.
dart:mirrors is not supported, when compiling to JavaScript or compiling
to a native executable.
Implementation
static const bool isMirrorsSupported = mirror_utils.kIsMirrorsSupported;