GetBundleUserStorage constructor

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

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

Implementation

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