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