NetworkAttachmentsScopedListWarning constructor

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

Implementation

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