AutoscalersScopedListWarning constructor

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

Implementation

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