addUserProperty method

void addUserProperty(
  1. MqttUserProperty property
)

Add a specific user property

Implementation

void addUserProperty(MqttUserProperty property) {
  _variableHeader!.userProperty = [property];
}