NotificationDeviceInfo constructor

const NotificationDeviceInfo({
  1. String? friendlyName,
  2. String? modelNumber,
  3. NotificationDeviceType? deviceType,
  4. NotificationConnectionType? connectionType,
  5. NotificationDeviceIdentifier? deviceIdentifier,
  6. bool? isDefaultDevice,
  7. bool? isConnected,
  8. bool? isLEDSupported,
  9. bool? isBeepSupported,
  10. 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,
});