NotificationSpecification constructor
NotificationSpecification({
- required String destination,
- required List<
EventType> eventTypes, - required NotificationTransport transport,
- required String version,
Implementation
NotificationSpecification({
required this.destination,
required this.eventTypes,
required this.transport,
required this.version,
});