Creates a Hospital instance.
Hospital({ required this.id, required this.name, this.geolocationPoint, this.radius, this.address, });