data property
List<INotification> ?
get
data
Property getter and setter for data:
Implementation
List<INotification>? get data;
set
data
(List<INotification> ? data)
Implementation
set data(List<INotification>? data);