Facility

constructor(id: Int = 0, isPrimary: Boolean = false, verified: Boolean = false, name: String? = null, address: String? = null, city: String? = null, state: String? = null, type: LocationType? = null, latitude: Double? = null, longitude: Double? = null, radius: Double? = null, dwell: Int? = null, beacons: List<Beacon?>? = emptyList())