FlutterBluetoothEntry constructor
FlutterBluetoothEntry({})
Implementation
FlutterBluetoothEntry({
this.mac,
required this.signalStrength,
required this.timestamp,
required this.name,
this.uuid,
this.major,
this.minor,
this.type,
this.txPower,
});