funcNames property

Map<int, String>? funcNames
getter/setter pair

Map from the first line of each function, to the function name. Null if function coverage info was not gathered.

Implementation

Map<int, String>? funcNames;