namedVariables property

int? namedVariables
final

The number of named 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? namedVariables;