InterconnectAttachmentListWarning constructor
InterconnectAttachmentListWarning({
- String? code,
- List<
InterconnectAttachmentListWarningData> ? data, - String? message,
Implementation
InterconnectAttachmentListWarning({
this.code,
this.data,
this.message,
});