CSSEntry? removeStyleEntry(String name) { var style = this.style; var entry = style.removeEntry(name); this.style = style; return entry; }