DescribeThemeResponse constructor

DescribeThemeResponse({
  1. String? requestId,
  2. int? status,
  3. Theme? theme,
})

Implementation

DescribeThemeResponse({
  this.requestId,
  this.status,
  this.theme,
});