ServiceAttachmentsScopedListWarning constructor

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

Implementation

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