namedVariables property
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;
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.
final int? namedVariables;