attributes property

Map<String, String>? attributes
final

The service attributes. The key must be US-ASCII printable characters, excluding the '=' character. Values may be UTF-8 strings or null. The total length of key + value must be less than 255 bytes.

Source : setAttribute on Android Developers.

Implementation

final Map<String, String>? attributes;