CloudLoggingSettings.fromJson constructor
CloudLoggingSettings.fromJson(
- Map json_
Implementation
CloudLoggingSettings.fromJson(core.Map json_)
: this(enableCloudLogging: json_['enableCloudLogging'] as core.bool?);