BatchProcessData<T>  constructor 
      
      BatchProcessData<T> ({})
     
    
Creates a new instance of BatchProcessData.
Implementation
BatchProcessData({
  required this.entries,
  required this.policy,
  this.expiry,
  this.slidingExpiry,
  this.tags,
});