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