DiskSnapshotInfo constructor

DiskSnapshotInfo({
  1. int? sizeInGb,
})

Implementation

DiskSnapshotInfo({
  this.sizeInGb,
});