containsValue method
Whether these styles contain the value passed
Implementation
bool containsValue(EasyAttribute value) => attributes.containsValue(value);
Whether these styles contain the value passed
bool containsValue(EasyAttribute value) => attributes.containsValue(value);