ServiceAgreementDTO constructor
- bool? hasServiceAgreement,
- DateTime? beginTimestamp,
- ServiceAgreementTermDTO? term,
- int? termMonths,
- int? termDays,
Implementation
const ServiceAgreementDTO({
this.hasServiceAgreement,
this.beginTimestamp,
this.term,
this.termMonths,
this.termDays,
});