FeatureData.fromJson(Map<String, dynamic> json) { features = json['features'] != null ? Features.fromJson(json['features']) : null; }