factory FeatureView_SyncConfig.fromJson(Map<String, dynamic> json) { return FeatureView_SyncConfig(cron: json['cron'] ?? ''); }