EgressPolicy constructor
      
      EgressPolicy({ 
    
    
- EgressFrom? egressFrom,
 - EgressTo? egressTo,
 - String? title,
 
Implementation
EgressPolicy({
  this.egressFrom,
  this.egressTo,
  this.title,
});