DeleteThingShadowResponse constructor

DeleteThingShadowResponse({
  1. required Uint8List payload,
})

Implementation

DeleteThingShadowResponse({
  required this.payload,
});