ExternalRuntimeOptions.fromJson constructor
ExternalRuntimeOptions.fromJson(
- Map json_
Implementation
ExternalRuntimeOptions.fromJson(core.Map json_)
: this(
containerCpu: (json_['containerCpu'] as core.num?)?.toDouble(),
containerMemory: json_['containerMemory'] as core.String?,
maxBatchingRows: json_['maxBatchingRows'] as core.String?,
runtimeConnection: json_['runtimeConnection'] as core.String?,
runtimeVersion: json_['runtimeVersion'] as core.String?,
);