NsdEvent constructor

NsdEvent({
  1. required NsdEventType type,
  2. Map<String, dynamic>? data,
})

Implementation

NsdEvent({required this.type, this.data});