StructuredStorageInfo constructor

StructuredStorageInfo({
  1. String? sizeBytes,
})

Implementation

StructuredStorageInfo({
  this.sizeBytes,
});