EventSubscribeRequest constructor Null safety
Implementation
EventSubscribeRequest(
{required this.eventType,
required this.expiry,
this.syncCurrentValue,
required this.publishers});
EventSubscribeRequest(
{required this.eventType,
required this.expiry,
this.syncCurrentValue,
required this.publishers});