StringList.fromElementName constructor

StringList.fromElementName(
  1. String itemXmlElementName
)
Initializes a new instance of the Name of the item XML element.

Implementation

StringList.fromElementName(String itemXmlElementName) {
  this._itemXmlElementName = itemXmlElementName;
}