PVCtxStorageProxy constructor
PVCtxStorageProxy({
- required PVCtx ctx,
- required StorageType storageType,
- required bool isMetadata,
Create a storage proxy.
Typically created by PVCtx.entry and PVCtx.meta, not directly.
Implementation
PVCtxStorageProxy({
required this.ctx,
required this.storageType,
required this.isMetadata,
});