GetBundleRootStorage constructor

const GetBundleRootStorage({
  1. required Input<String> capacity,
})

Creates a new GetBundleRootStorage. capacity Size of the user storage.

Implementation

const GetBundleRootStorage({
  required this.capacity,
});