notification property

List<Notification>? notification
getter/setter pair

The notifications received, or empty if no notifications are present.

Implementation

core.List<Notification>? notification;