CreatePublishingDestinationResponse constructor

CreatePublishingDestinationResponse({
  1. required String destinationId,
})

Implementation

CreatePublishingDestinationResponse({
  required this.destinationId,
});