getAttributeType method

String? getAttributeType(
  1. String tagName,
  2. String attribute, [
  3. String? elementNs = '',
  4. String? attrNs = '',
])

Implementation

String? getAttributeType(String tagName, String attribute,
        [String? elementNs = '', String? attrNs = '']) =>
    js_util.callMethod(
        this, 'getAttributeType', [tagName, attribute, elementNs, attrNs]);