1 2 3 4 5 6
/// Represents a (badge) device to be connected to. abstract class Device { String? get name; String? get address; int? get rssi; }