containsKey method

bool containsKey(
  1. String key
)

Whether these styles contain the key passed

Implementation

bool containsKey(String key) => attributes.containsKey(key);