attributes property
Map?
get
attributes
The default getter for attributes of the TypedMessage.
Implementation
Map? get attributes => rawData['_lcattrs'];
set
attributes
(Map? value)
The default setter for attributes of the TypedMessage.
Implementation
set attributes(Map? value) => rawData['_lcattrs'] = value;