VpcServiceControls.fromJson constructor
VpcServiceControls.fromJson(
- Map json_
Implementation
VpcServiceControls.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
);