EmployerDto constructor
EmployerDto({
- String? name,
- AddressDto? addresse,
Returns a new EmployerDto instance.
Implementation
EmployerDto({
this.name,
this.addresse,
});
Returns a new EmployerDto instance.
EmployerDto({
this.name,
this.addresse,
});