serviceAgreementStatusDTONullableToJson function
- ServiceAgreementStatusDTO? serviceAgreementStatusDTO
Implementation
String? serviceAgreementStatusDTONullableToJson(
enums.ServiceAgreementStatusDTO? serviceAgreementStatusDTO) {
return serviceAgreementStatusDTO?.value;
}