NotificationAttachment constructor

NotificationAttachment({
  1. String? identifier,
  2. String? url,
  3. String? type,
})

Implementation

NotificationAttachment({this.identifier, this.url, this.type});