namedVariables property

int? namedVariables
final

The number of named child variables. The client can use this information to present the variables in a paged UI and fetch them in chunks. The value should be less than or equal to 2147483647 (2^31-1).

Implementation

final int? namedVariables;