contains method
- String restorationId
Checks whether a value stored in the bucket under the provided
restorationId
.
See also:
Implementation
bool contains(String restorationId) {
assert(_debugAssertNotDisposed());
return _rawValues.containsKey(restorationId);
}