functions property Null safety
read / write
A list of references to functions seen in the relevant samples. These
references can be looked up using the indices provided in a CpuSample
stack
to determine which function was on the stack.
Implementation
List<dynamic>? functions;