TargetNetworkInfo.fromJson constructor

TargetNetworkInfo.fromJson(
  1. Map json_
)

Implementation

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