media method

Link media(
  1. String m
)

Implementation

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