TargetPoolsScopedListWarning constructor

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

Implementation

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