factory Location.fromJson(Map<String, dynamic> json) => Location( type: json["type"], description: json["description"], );