factory ThemeUpdate.fromJson(Map<String, Object?> json) { return ThemeUpdate( themeKey: json[r'themeKey'] as String? ?? '', ); }