content method

Meta content(
  1. String c
)

Implementation

Meta content(String c) {
  attr('content', StringAttribute(c));
  return this;
}