media method

Source media(
  1. String m
)

Implementation

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