attributes property

  1. @override
LinkedHashMap<String, String> get attributes
override

Element's attributes

Implementation

@override
LinkedHashMap<String, String> get attributes =>
    LinkedHashMap.from(_attributes);