NotificationDetails constructor

Constructs an instance of NotificationDetails.

Implementation

const NotificationDetails({
  this.android,
  this.iOS,
  this.macOS,
  this.linux,
  this.windows,
});