GetCollectionItemXmlElementName method

  1. @override
String? GetCollectionItemXmlElementName(
  1. Attribution attribution
)
override
Retrieves the XML element name corresponding to the provided attribution object. The attribution object from which to determine the XML element name.

Implementation

@override
String? GetCollectionItemXmlElementName(Attribution attribution) {
  return this._collectionItemXmlElementName;
}