AFBeacon
class AFBeacon(var id: String, var name: String? = null, var uuid: String? = null, var major: Int? = null, var minor: Int? = null, var rssi: Int? = null, var txPower: Int? = null)
Represents metadata about a BLE beacon or proximity device.
This data class encapsulates common attributes associated with Bluetooth Low Energy (BLE) beacons. It is designed to be flexible and accommodate various beacon types and identification methods.