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