StoragePoolAggregatedListWarningData.fromJson constructor
      
      StoragePoolAggregatedListWarningData.fromJson(
    
    
- Map json_
Implementation
StoragePoolAggregatedListWarningData.fromJson(core.Map json_)
  : this(
      key: json_['key'] as core.String?,
      value: json_['value'] as core.String?,
    );