destinationTypeEnumNullableToJson function
- DestinationTypeEnum? destinationTypeEnum
Implementation
String? destinationTypeEnumNullableToJson(
enums.DestinationTypeEnum? destinationTypeEnum) {
return destinationTypeEnum?.value;
}
String? destinationTypeEnumNullableToJson(
enums.DestinationTypeEnum? destinationTypeEnum) {
return destinationTypeEnum?.value;
}