attributes property

Map<String, List<String>>? get attributes

A map of attributes

Implementation

Map<String, List<String>>? get attributes => _attributes;