InterconnectAttachmentPrivateInfo.fromJson constructor
InterconnectAttachmentPrivateInfo.fromJson(
- Map json_
Implementation
InterconnectAttachmentPrivateInfo.fromJson(core.Map json_)
: this(
tag8021q: json_.containsKey('tag8021q')
? json_['tag8021q'] as core.int
: null,
);