MountedVolume constructor
const
MountedVolume({})
Implementation
const MountedVolume({
required this.id,
required this.name,
required this.required,
this.description = '',
this.metadata = const {},
this.annotations = const {},
this.storageClass = 'standard',
this.maxSizeMb,
this.consumers = const [],
});