data property

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

Holds any data attached to the node, especially useful when uploading serialized nodes to the cloud. This data is not shared with the underlying platform

Implementation

Map<String, dynamic>? data;