decoding method

Img decoding(
  1. String d
)

Implementation

Img decoding(String d) {
  attr('decoding', StringAttribute(d));
  return this;
}