send property

Implementation

static MqttMessageType get send {
  //发送消息
  return MqttMessageType(type: "00");
}