factory UAppSettingsUpdateParams.fromMap(Map<String, dynamic> json) => UAppSettingsUpdateParams( settings: UAppSettings.fromMap(json["settings"]), );