Scope constructor
      
      Scope({})
     
    
    
Implementation
Scope({
  this.column,
  this.endColumn,
  this.endLine,
  required this.expensive,
  this.indexedVariables,
  this.line,
  required this.name,
  this.namedVariables,
  this.presentationHint,
  this.source,
  required this.variablesReference,
});