GetBundleRootStorage constructor
const
GetBundleRootStorage({
- required Input<
String> capacity,
Creates a new GetBundleRootStorage.
capacity Size of the user storage.
Implementation
const GetBundleRootStorage({
required this.capacity,
});