meta property

Map<String, dynamic>? meta
getter/setter pair

Any related data that needs to be accessible from the node can be added to meta without needing to extend or implement the INode

Implementation

Map<String, dynamic>? meta;