InterconnectAttachment.fromJson constructor
InterconnectAttachment.fromJson(
- Map json_
Implementation
InterconnectAttachment.fromJson(core.Map json_)
: this(
region: json_['region'] as core.String?,
);