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