StoragePoolListWarning constructor
StoragePoolListWarning({
- String? code,
- List<
StoragePoolListWarningData> ? data, - String? message,
Implementation
StoragePoolListWarning({
this.code,
this.data,
this.message,
});