EvaluateResponseBody constructor
EvaluateResponseBody({})
Implementation
EvaluateResponseBody({
this.indexedVariables,
this.memoryReference,
this.namedVariables,
this.presentationHint,
required this.result,
this.type,
this.valueLocationReference,
required this.variablesReference,
});