hasAttribute method

bool hasAttribute(
  1. String name
)

Checks if this account has an attribute with the specified name

Implementation

bool hasAttribute(String name) => attributes.containsKey(name);