MBAudienceTag constructor

MBAudienceTag(
  1. String tag,
  2. String value
)

Initializes a new tag with a tag and a value @param tag The identifier of the tag @paramt value The value of the tag

Implementation

MBAudienceTag(this.tag, this.value);