ServiceAttachmentAggregatedListWarning constructor

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

Implementation

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