target property

InjectionTarget get target

Details specifying the target into which to insert the CSS.

Implementation

InjectionTarget get target => InjectionTarget.fromJS(_wrapped.target);
set target (InjectionTarget v)

Implementation

set target(InjectionTarget v) {
  _wrapped.target = v.toJS;
}