ComputeStorageDescriptor constructor

ComputeStorageDescriptor({
  1. int? sizeGb,
  2. String? type,
})

Implementation

ComputeStorageDescriptor({
  this.sizeGb,
  this.type,
});