LumideDebugScope constructor
const
LumideDebugScope({})
Implementation
const LumideDebugScope({
required this.id,
required this.name,
this.presentationHint,
this.namedVariables,
this.indexedVariables,
});
const LumideDebugScope({
required this.id,
required this.name,
this.presentationHint,
this.namedVariables,
this.indexedVariables,
});