classMirrors top-level property

Map<Type, ClassMirror?> classMirrors

returns the map of Type-ClassMirror

Implementation

Map<Type, ClassMirror?> get classMirrors => _classMirrors;