functionMirrors top-level property

Map<Function, FunctionMirror> functionMirrors

returns the map of Function-FunctionMirror combination

Implementation

Map<Function, FunctionMirror> get functionMirrors => _functionMirrors;