RCIMIWUserCustomMessage constructor
RCIMIWUserCustomMessage(
- RCIMIWConversationType type,
- String targetId
Implementation
RCIMIWUserCustomMessage(RCIMIWConversationType type, String targetId) : super.fromJson({}) {
conversationType = type;
this.targetId = targetId;
messageType = RCIMIWMessageType.userCustom;
objectName = messageObjectName();
}