getAll method
Implementation
List<CssStyleValue> getAll(String property) {
return List<CssStyleValue>.unmodifiable(
_stylePropertyMapFor(this)[property] ?? const <CssStyleValue>[],
);
}
List<CssStyleValue> getAll(String property) {
return List<CssStyleValue>.unmodifiable(
_stylePropertyMapFor(this)[property] ?? const <CssStyleValue>[],
);
}