InterconnectAttachmentGroupAttachment.fromJson constructor

InterconnectAttachmentGroupAttachment.fromJson(
  1. Map json_
)

Implementation

InterconnectAttachmentGroupAttachment.fromJson(core.Map json_)
  : this(attachment: json_['attachment'] as core.String?);