Converts the tag to a dictionary @returns The dictionary representation of the tag
Map<String, String> toDictionary() => {'tag': tag, 'value': value};