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