msg property

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

Argument for message send ('MSG') requests.

Implementation

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