NetworkAttachmentListWarningData constructor

NetworkAttachmentListWarningData({
  1. String? key,
  2. String? value,
})

Implementation

NetworkAttachmentListWarningData({
  this.key,
  this.value,
});