NotificationDeviceInfo constructor
const
NotificationDeviceInfo({
- String? friendlyName,
- String? modelNumber,
- NotificationDeviceType? deviceType,
- NotificationConnectionType? connectionType,
- NotificationDeviceIdentifier? deviceIdentifier,
- bool? isDefaultDevice,
- bool? isConnected,
- bool? isLEDSupported,
- bool? isBeepSupported,
- bool? isVibrateSupported,
Implementation
const NotificationDeviceInfo({
this.friendlyName,
this.modelNumber,
this.deviceType,
this.connectionType,
this.deviceIdentifier,
this.isDefaultDevice,
this.isConnected,
this.isLEDSupported,
this.isBeepSupported,
this.isVibrateSupported,
});