OperationsScopedListWarning constructor

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

Implementation

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