will method

Sets the Will flag of the variable header

Implementation

MqttConnectMessage will() {
  variableHeader!.connectFlags.willFlag = true;
  return this;
}