factory AccountCustomization.fromJson(Map<String, dynamic> json) { return AccountCustomization( defaultTheme: json['DefaultTheme'] as String?, ); }