MBAudienceTag class
A tag of MBAudience
Constructors
- MBAudienceTag.new(String tag, 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
-
MBAudienceTag.fromDictionary(Map<
String, String> dictionary) -
Initializes a tag frm a dictionary saved
@param dictionary the dictionary saved
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDictionary(
) → Map< String, String> - Converts the tag to a dictionary @returns The dictionary representation of the tag
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited