$storage property

NodeStorage? get $storage

Implementation

NodeStorage? get $storage =>
    (this as Node).$metadata["storage"] as NodeStorage;