tagOperationDTONullableToJson function
- TagOperationDTO? tagOperationDTO
Implementation
String? tagOperationDTONullableToJson(enums.TagOperationDTO? tagOperationDTO) {
return tagOperationDTO?.value;
}
String? tagOperationDTONullableToJson(enums.TagOperationDTO? tagOperationDTO) {
return tagOperationDTO?.value;
}