PaystubEmployer constructor
      
      PaystubEmployer({ 
    
    
- PaystubAddress? address,
- required String? name,
Implementation
PaystubEmployer({
  this.address,
  required this.name,
});