setAttributeName method
dynamic
setAttributeName(
- dynamic attributeName
Implementation
setAttributeName(attributeName) {
this._attributeName = attributeName;
return this;
}
setAttributeName(attributeName) {
this._attributeName = attributeName;
return this;
}