isDuplicate method Null safety
Sets the IsDuplicate flag of the header.
Implementation
MqttHeader isDuplicate() {
duplicate = true;
return this;
}
Sets the IsDuplicate flag of the header.
MqttHeader isDuplicate() {
duplicate = true;
return this;
}