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