attributes property

KeyList<String, dynamic> attributes
Instance attributes are custom properties associated with the instance, a place to store information by IStore.

Implementation

KeyList<String, dynamic> get attributes => _attributes;