public getName(index as Int) as String
Returns the attribute name at the given index.
Attribute name, or null when the index is outside the list.
null
name = attrs.getName(0)