inject method

dynamic inject(
  1. StyleData other
)

Implementation

inject(StyleData other) {
  this._data.addAll(other._data);
}