Event class Null safety

Constructors

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})
Event.fromMap(Map<String, dynamic>? json)
factory

Properties

broadcastOnlineOnly bool?
final
config String?
final
eventId String?
final
eventType int?
final
eventValue int?
final
expiry int?
final
hashCode int
The hash code for this object.
read-only, inherited
multiClientConfig String?
final
multiClientConfigMap Map<int, String>?
final
nimConfig String?
final
publisherAccount String?
final
publisherClientType int?
final
publishTime int?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
syncSelfEnable bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited