msg property

  1. @ImcField('Message To Send', 'msg', ImcType.typeMessage)
ImcMessage? msg

Argument for message send ('MSG') or ('RAW') but in this case expects DevDataBinary message requests.

Implementation

@ImcField('Message To Send', 'msg', ImcType.typeMessage)
ImcMessage? get msg;