FindReplaceRequest constructor
      
      FindReplaceRequest({})
     
    
    
Implementation
FindReplaceRequest({
  this.allSheets,
  this.find,
  this.includeFormulas,
  this.matchCase,
  this.matchEntireCell,
  this.range,
  this.replacement,
  this.searchByRegex,
  this.sheetId,
});