media method

Style media(
  1. String m
)

Implementation

Style media(String m) {
  attr('media', StringAttribute(m));
  return this;
}