NECustomSessionMessage constructor

NECustomSessionMessage({
  1. String? sessionId,
  2. NERoomSessionTypeEnum? sessionType,
  3. String? messageId,
  4. String? data,
  5. int? time,
})

Implementation

NECustomSessionMessage(
    {this.sessionId, this.sessionType, this.messageId, this.data, this.time});