Event(- {String? eventId,
- required int? eventType,
- required int? eventValue,
- String? config,
- required int? expiry,
- bool? broadcastOnlineOnly,
- bool? syncSelfEnable,
- String? publisherAccount,
- int? publishTime,
- int? publisherClientType,
- String? multiClientConfig,
- Map<int, String>? multiClientConfigMap,
- String? nimConfig}
)
Implementation
Event(
{this.eventId,
required this.eventType,
required this.eventValue,
this.config,
required this.expiry,
this.broadcastOnlineOnly,
this.syncSelfEnable,
this.publisherAccount,
this.publishTime,
this.publisherClientType,
this.multiClientConfig,
this.multiClientConfigMap,
this.nimConfig});