whereType<A extends StyledAttribute> method
Implementation
Iterable<A> whereType<A extends StyledAttribute>() {
return _attributes.whereType();
}
Iterable<A> whereType<A extends StyledAttribute>() {
return _attributes.whereType();
}