indexedVariables property

int? indexedVariables
final

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;