GetSuppressedDestinationResponse constructor

GetSuppressedDestinationResponse({
  1. required SuppressedDestination suppressedDestination,
})

Implementation

GetSuppressedDestinationResponse({
  required this.suppressedDestination,
});