hasValue method

bool hasValue(
  1. String key
)
inherited

Implementation

bool hasValue(String key) => attrs[key].isNotEmpty;