attributes property

Map<String, dynamic>? attributes
getter/setter pair

attributes is a Map in which the key is the attribute of the report and the the value is the value of the attribute that will be reported

Implementation

Map<String, dynamic>? attributes;