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