ResultInfoDto constructor
ResultInfoDto({})
Returns a new ResultInfoDto instance.
Implementation
ResultInfoDto({
this.ssin,
this.lastName,
this.firstName,
this.dateOfBirth,
this.sex,
this.documentId,
this.protocol,
this.complete,
this.demandDate,
this.labo,
this.engine,
this.codes = const {},
this.services = const [],
});