setAttributeName method

dynamic setAttributeName(
  1. dynamic attributeName
)

Implementation

setAttributeName(attributeName) {
  this._attributeName = attributeName;

  return this;
}