StoragePoolTypesScopedListWarning constructor

StoragePoolTypesScopedListWarning({
  1. String? code,
  2. List<StoragePoolTypesScopedListWarningData>? data,
  3. String? message,
})

Implementation

StoragePoolTypesScopedListWarning({
  this.code,
  this.data,
  this.message,
});