GetDevEnvironmentPersistentStorage constructor
const
GetDevEnvironmentPersistentStorage({
- required Input<
int> size,
Creates a new GetDevEnvironmentPersistentStorage.
size Required.
Implementation
const GetDevEnvironmentPersistentStorage({
required this.size,
});