cmd property

  1. @ImcField('Command', 'cmd', ImcType.typeMessage)
ImcMessage? cmd

Command to be unpacked by the recipient.

Implementation

@ImcField('Command', 'cmd', ImcType.typeMessage)
ImcMessage? get cmd;