charset method

Meta charset(
  1. String c
)

Implementation

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