InterconnectAttachmentPrivateInfo.fromJson constructor

InterconnectAttachmentPrivateInfo.fromJson(
  1. Map json_
)

Implementation

InterconnectAttachmentPrivateInfo.fromJson(core.Map json_)
    : this(
        tag8021q: json_['tag8021q'] as core.int?,
      );