InsuranceDto constructor
InsuranceDto({})
Returns a new InsuranceDto instance.
Implementation
InsuranceDto({
required this.id,
this.rev,
this.deletionDate,
this.name = const {},
required this.privateInsurance,
required this.hospitalisationInsurance,
required this.ambulatoryInsurance,
this.code,
this.agreementNumber,
this.parent,
required this.address,
});