Checks if this account has an attribute with the specified name
name
bool hasAttribute(String name) => attributes.containsKey(name);