MBAudienceTag class

A tag of MBAudience

Constructors

MBAudienceTag(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

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
The identifier of the tag
final
value String
The value of the tag
getter/setter pair

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