DeletePublishingDestinationResponse.fromJson constructor

DeletePublishingDestinationResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory DeletePublishingDestinationResponse.fromJson(Map<String, dynamic> _) {
  return DeletePublishingDestinationResponse();
}