PaystubAddress constructor
      
      PaystubAddress({})
     
    
    
Implementation
PaystubAddress({
  this.city,
  this.country,
  this.postalCode,
  this.region,
  this.street,
  this.line1,
  this.line2,
  this.stateCode,
});PaystubAddress({
  this.city,
  this.country,
  this.postalCode,
  this.region,
  this.street,
  this.line1,
  this.line2,
  this.stateCode,
});