ThemeRequest constructor

ThemeRequest({
  1. String sourceThemeId,
  2. Theme theme,
})

Implementation

ThemeRequest({this.sourceThemeId, this.theme});