NECustomMessage constructor

NECustomMessage(
  1. String? roomUuid,
  2. String? senderUuid,
  3. int commandId,
  4. String data,
)

Implementation

NECustomMessage(this.roomUuid, this.senderUuid, this.commandId, this.data);