NsdEvent constructor
NsdEvent({
- required NsdEventType type,
- Map<
String, dynamic> ? data,
Implementation
NsdEvent({required this.type, this.data});
NsdEvent({required this.type, this.data});