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