DeleteThemeResponse constructor

DeleteThemeResponse({
  1. String? arn,
  2. String? requestId,
  3. int? status,
  4. String? themeId,
})

Implementation

DeleteThemeResponse({
  this.arn,
  this.requestId,
  this.status,
  this.themeId,
});