charset method

MethodWithBody charset(
  1. String charset
)
override

Implementation

MethodWithBody charset(String charset) {
  super.charset(charset);
  return this;
}