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