attachments property

List<DarwinNotificationAttachment>? attachments
final

Specifies the list of attachments included with the notification.

On iOS, this property is only applicable to iOS 10 or newer. On macOS, this property is only applicable to macOS 10.14 or newer.

Implementation

final List<DarwinNotificationAttachment>? attachments;