restorationId property
The restoration ID under which the bucket is currently stored in the parent of this bucket (or wants to be stored if it is currently parent-less).
This value is never null.
Implementation
String get restorationId {
assert(_debugAssertNotDisposed());
return _restorationId;
}