RootStorage constructor

RootStorage({
  1. String? capacity,
})

Implementation

RootStorage({
  this.capacity,
});