serviceAgreementStatusDTONullableToJson function

String? serviceAgreementStatusDTONullableToJson(
  1. ServiceAgreementStatusDTO? serviceAgreementStatusDTO
)

Implementation

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