Source
set rawStyle(Map<String, String> v) { this._rawStyle = v; if (_differ == null && v != null) { this._differ = this._differs.find(this._rawStyle).create(null); } }
set rawStyle(Map<String, String> v) { this._rawStyle = v; if (_differ == null && v != null) { this._differ = this._differs.find(this._rawStyle).create(null); } }