StoragePoolsScopedList constructor

StoragePoolsScopedList({
  1. List<StoragePool>? storagePools,
  2. StoragePoolsScopedListWarning? warning,
})

Implementation

StoragePoolsScopedList({this.storagePools, this.warning});