VPCSettings.fromJson constructor
VPCSettings.fromJson(
- Map json_
Implementation
VPCSettings.fromJson(core.Map json_)
: this(project: json_['project'] as core.String?);
VPCSettings.fromJson(core.Map json_)
: this(project: json_['project'] as core.String?);