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