factory FeatureCollection.fromJson( Map<String, dynamic> json, ) { return FeatureCollection.fromJsonString(jsonEncode(json)); }