Attributes typedef

Attributes = Map<String, dynamic>

Attributes is used to describe the Node's information.

Please note: The keywords in BuiltInAttributeKey are reserved.

Implementation

typedef Attributes = Map<String, dynamic>;