attributes property

Map<String, String>? attributes
final

If you included any attributes when you registered the instance, the values of those attributes.

Implementation

final Map<String, String>? attributes;