checkTypeAnnotationAtRuntime property

  1. @override
bool checkTypeAnnotationAtRuntime
getter/setter pairoverride

Wether check the nominal typename validity at runtime, will slightly affect the efficiency of the interpreter.

defaults to false

Implementation

@override
bool checkTypeAnnotationAtRuntime;