CustomEventModel constructor
CustomEventModel({})
Implementation
CustomEventModel({
required this.type,
this.params,
this.sessionId,
this.userId,
this.device,
this.os,
this.lang,
});
CustomEventModel({
required this.type,
this.params,
this.sessionId,
this.userId,
this.device,
this.os,
this.lang,
});