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