PaystubEmployer constructor

PaystubEmployer({
  1. PaystubAddress? address,
  2. required String? name,
})

Implementation

PaystubEmployer({
  this.address,
  required this.name,
});