storageKey property
String
get
storageKey
The storage key for this node, expects a tag to be included in the key if you want regular tag support.
Implementation
String get storageKey =>
"$runtimeType${(this as Node).$tag != null ? "-${(this as Node).$tag}" : ""}";