attributes property

Map? attributes

The default getter for attributes of the TypedMessage.

Implementation

Map? get attributes => rawData['_lcattrs'];
void attributes=(Map? value)

The default setter for attributes of the TypedMessage.

Implementation

set attributes(Map? value) => rawData['_lcattrs'] = value;