InterconnectAttachmentL2ForwardingGeneveHeader.fromJson constructor
InterconnectAttachmentL2ForwardingGeneveHeader.fromJson(
- Map json_
Implementation
InterconnectAttachmentL2ForwardingGeneveHeader.fromJson(core.Map json_)
: this(vni: json_['vni'] as core.int?);