attributes property

UnmodifiableMapView<String, String> get attributes

Attributes associated with the participant

Implementation

UnmodifiableMapView<String, String> get attributes => UnmodifiableMapView(_attributes);