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