bluetooth property

LogTag bluetooth
getter/setter pair

Implementation

static LogTag bluetooth = LogTag(
  name: 'Bluetooth',
  color: Colors.blue.value,
  iconData: Icons.bluetooth.codePoint,
);