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