CreateThemeAliasResponse constructor

CreateThemeAliasResponse({
  1. String? requestId,
  2. int? status,
  3. ThemeAlias? themeAlias,
})

Implementation

CreateThemeAliasResponse({
  this.requestId,
  this.status,
  this.themeAlias,
});