restorationId property

String get restorationId

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;
}