UpdateThemeAliasResponse constructor

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

Implementation

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