NotificationMeta constructor

NotificationMeta({
  1. required String type,
})

Implementation

NotificationMeta({
  required this.type,
});