NotificationSpecification constructor

NotificationSpecification({
  1. required String destination,
  2. required List<EventType> eventTypes,
  3. required NotificationTransport transport,
  4. required String version,
})

Implementation

NotificationSpecification({
  required this.destination,
  required this.eventTypes,
  required this.transport,
  required this.version,
});