indexedVariables property
The number of indexed variables in this scope. The client can use this information to present the variables in a paged UI and fetch them in chunks.
Implementation
final int? indexedVariables;
The number of indexed variables in this scope. The client can use this information to present the variables in a paged UI and fetch them in chunks.
final int? indexedVariables;