WasmPluginLogConfig.fromJson constructor
WasmPluginLogConfig.fromJson(
- Map json_
Implementation
WasmPluginLogConfig.fromJson(core.Map json_)
: this(
enable: json_['enable'] as core.bool?,
minLogLevel: json_['minLogLevel'] as core.String?,
sampleRate: (json_['sampleRate'] as core.num?)?.toDouble(),
);