StoragePoolTypesScopedList constructor

StoragePoolTypesScopedList({
  1. List<StoragePoolType>? storagePoolTypes,
  2. StoragePoolTypesScopedListWarning? warning,
})

Implementation

StoragePoolTypesScopedList({
  this.storagePoolTypes,
  this.warning,
});